#9B6B23

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

Shades of Buttered Rum #9B6B23

Tints of Buttered Rum #9B6B23

Color information

#9B6B23 (or 0x9B6B23) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6B and 23. RGB value is (155,107,35). Sum of RGB (Red+Green+Blue) = 155+107+35=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6B23 is #6494DC. Grayscale: #717171. Windows color (decimal): -6591709 or 2321307. OLE color: 2321307.

HSL color Cylindrical-coordinate representation of color #9B6B23: hue angle of 36º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B6B23 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.39.

Color convert

RGB15510735-
CMYK00.310.770.39
HSL36º63.16%37.25%-
HSV(B)36º77.42%60.78%-
XYZ19.0817.613.98-
YUV113.1483.9157.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.19%
GREEN value IS 107 (42.19% from 255) = 36.03%
BLUE value IS 35 (14.06% from 255) = 11.78%
R=52.19%
G=36.03%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551073500.310.770.393663.1637.25
Hex9B6B2301F4D27243f25
Octal2331534303711547447745
Binary1001101111010111000110111111001101100111100100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,107,35); }

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

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

 a { background-color: rgb(155,107,35); }

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

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

 span { border-color: rgb(155,107,35); }

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