#9B6B33

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

Shades of Buttered Rum #9B6B33

Tints of Buttered Rum #9B6B33

Color information

#9B6B33 (or 0x9B6B33) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6B and 33. RGB value is (155,107,51). Sum of RGB (Red+Green+Blue) = 155+107+51=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6B33 is #6494CC. Grayscale: #737373. Windows color (decimal): -6591693 or 3369883. OLE color: 3369883.

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

Color convert

RGB15510751-
CMYK00.310.670.39
HSL32.31º50.49%40.39%-
HSV(B)32.31º67.1%60.78%-
XYZ19.3717.725.53-
YUV114.9791.9156.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.52%
GREEN value IS 107 (42.19% from 255) = 34.19%
BLUE value IS 51 (20.31% from 255) = 16.29%
R=49.52%
G=34.19%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551075100.310.670.3932.3150.4940.39
Hex9B6B3301F4327203228
Octal2331536303710347406250
Binary1001101111010111100110111111000011100111100000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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