#9B6B28

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

Shades of Buttered Rum #9B6B28

Tints of Buttered Rum #9B6B28

Color information

#9B6B28 (or 0x9B6B28) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6B and 28. RGB value is (155,107,40). Sum of RGB (Red+Green+Blue) = 155+107+40=302 (40% of max value = 765). Red value is 155 (60.94% from 255 or 51.32% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6B28 is #6494D7. Grayscale: #727272. Windows color (decimal): -6591704 or 2648987. OLE color: 2648987.

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

Color convert

RGB15510740-
CMYK00.310.740.39
HSL34.96º58.97%38.24%-
HSV(B)34.96º74.19%60.78%-
XYZ19.1617.644.4-
YUV113.7186.4157.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 51.32%
GREEN value IS 107 (42.19% from 255) = 35.43%
BLUE value IS 40 (16.02% from 255) = 13.25%
R=51.32%
G=35.43%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551074000.310.740.3934.9658.9738.24
Hex9B6B2801F4A27233b26
Octal2331535003711247437346
Binary1001101111010111010000111111001010100111100011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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