#9B6B32

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

Shades of Buttered Rum #9B6B32

Tints of Buttered Rum #9B6B32

Color information

#9B6B32 (or 0x9B6B32) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6B and 32. RGB value is (155,107,50). Sum of RGB (Red+Green+Blue) = 155+107+50=312 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.68% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6B32 is #6494CD. Grayscale: #737373. Windows color (decimal): -6591694 or 3304347. OLE color: 3304347.

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

Color convert

RGB15510750-
CMYK00.310.680.39
HSL32.57º51.22%40.2%-
HSV(B)32.57º67.74%60.78%-
XYZ19.3517.715.42-
YUV114.8591.4156.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.68%
GREEN value IS 107 (42.19% from 255) = 34.29%
BLUE value IS 50 (19.92% from 255) = 16.03%
R=49.68%
G=34.29%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551075000.310.680.3932.5751.2240.2
Hex9B6B3201F4427213328
Octal2331536203710447416350
Binary1001101111010111100100111111000100100111100001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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