#9B6D3B

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

Shades of Buttered Rum #9B6D3B

Tints of Buttered Rum #9B6D3B

Color information

#9B6D3B (or 0x9B6D3B) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6D and 3B. RGB value is (155,109,59). Sum of RGB (Red+Green+Blue) = 155+109+59=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6D3B is #6492C4. Grayscale: #757575. Windows color (decimal): -6591173 or 3894683. OLE color: 3894683.

HSL color Cylindrical-coordinate representation of color #9B6D3B: hue angle of 31.25º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B6D3B is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB15510959-
CMYK00.300.620.39
HSL31.25º44.86%41.96%-
HSV(B)31.25º61.94%60.78%-
XYZ19.7818.226.61-
YUV117.0595.24155.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.99%
GREEN value IS 109 (42.97% from 255) = 33.75%
BLUE value IS 59 (23.44% from 255) = 18.27%
R=47.99%
G=33.75%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551095900.300.620.3931.2544.8641.96
Hex9B6D3B01E3E271f2d2a
Octal233155730367647375552
Binary10011011110110111101101111011111010011111111101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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