#9B6D33

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

Shades of Buttered Rum #9B6D33

Tints of Buttered Rum #9B6D33

Color information

#9B6D33 (or 0x9B6D33) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6D and 33. RGB value is (155,109,51). Sum of RGB (Red+Green+Blue) = 155+109+51=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6D33 is #6492CC. Grayscale: #747474. Windows color (decimal): -6591181 or 3370395. OLE color: 3370395.

HSL color Cylindrical-coordinate representation of color #9B6D33: hue angle of 33.46º 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 #9B6D33 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.39.

Color convert

RGB15510951-
CMYK00.300.670.39
HSL33.46º50.49%40.39%-
HSV(B)33.46º67.1%60.78%-
XYZ19.5818.145.6-
YUV116.1491.24155.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.21%
GREEN value IS 109 (42.97% from 255) = 34.60%
BLUE value IS 51 (20.31% from 255) = 16.19%
R=49.21%
G=34.60%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551095100.300.670.3933.4650.4940.39
Hex9B6D3301E4327213228
Octal2331556303610347416250
Binary1001101111011011100110111101000011100111100001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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