#9B6F3E

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

Shades of Buttered Rum #9B6F3E

Tints of Buttered Rum #9B6F3E

Color information

#9B6F3E (or 0x9B6F3E) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6F and 3E. RGB value is (155,111,62). Sum of RGB (Red+Green+Blue) = 155+111+62=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6F3E is #6490C1. Grayscale: #767676. Windows color (decimal): -6590658 or 4091803. OLE color: 4091803.

HSL color Cylindrical-coordinate representation of color #9B6F3E: hue angle of 31.61º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B6F3E is Cyan = 0, Magento = 0.28, Yellow = 0.6 and Black (K on CMYK) = 0.39.

Color convert

RGB15511162-
CMYK00.280.60.39
HSL31.61º42.86%42.55%-
HSV(B)31.61º60%60.78%-
XYZ20.0718.697.11-
YUV118.5796.08153.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.26%
GREEN value IS 111 (43.75% from 255) = 33.84%
BLUE value IS 62 (24.61% from 255) = 18.90%
R=47.26%
G=33.84%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.6
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551116200.280.60.3931.6142.8642.55
Hex9B6F3E01C3C27202b2b
Octal233157760347447405353
Binary100110111101111111110011100111100100111100000101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,111,62); }

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

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

 a { background-color: rgb(155,111,62); }

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

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

 span { border-color: rgb(155,111,62); }

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