#9E6C33

Color #9E6C33 Buttered Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttered Rum #9E6C33

Tints of Buttered Rum #9E6C33

Color information

#9E6C33 (or 0x9E6C33) is unknown color: approx Buttered Rum. HEX triplet: 9E, 6C and 33. RGB value is (158,108,51). Sum of RGB (Red+Green+Blue) = 158+108+51=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6C33 is #6193CC. Grayscale: #747474. Windows color (decimal): -6394829 or 3370142. OLE color: 3370142.

HSL color Cylindrical-coordinate representation of color #9E6C33: hue angle of 31.96º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E6C33 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB15810851-
CMYK00.320.680.38
HSL31.96º51.2%40.98%-
HSV(B)31.96º67.72%61.96%-
XYZ20.0618.235.59-
YUV116.4591.06157.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 49.84%
GREEN value IS 108 (42.58% from 255) = 34.07%
BLUE value IS 51 (20.31% from 255) = 16.09%
R=49.84%
G=34.07%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581085100.320.680.3831.9651.240.98
Hex9E6C330204426203329
Octal2361546304010446406351
Binary10011110110110011001101000001000100100110100000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E6C33; }

 p { color: rgb(158,108,51); }

 H1.HeaderClassName
 {
   color: #9E6C33;
 }
 .AnyTagClassName
 {
   color: #9E6C33;
 }
</style>
background-color css

<style>
 a { background-color: #9E6C33; }

 a { background-color: rgb(158,108,51); }

 div.DivClassName
 {
   background-color: #9E6C33;
 }
 .BgClassName
 {
   background-color: #9E6C33;
 }
</style>
border-color css

<style>
 span { border-color: #9E6C33; }

 span { border-color: rgb(158,108,51); }

 td.TdClassName
 {
   border-color: #9E6C33;
 }
 .TagClassName
 {
   border-color: #9E6C33;
 }
</style>