#9B6C3A

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

Shades of Buttered Rum #9B6C3A

Tints of Buttered Rum #9B6C3A

Color information

#9B6C3A (or 0x9B6C3A) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6C and 3A. RGB value is (155,108,58). Sum of RGB (Red+Green+Blue) = 155+108+58=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6C3A is #6493C5. Grayscale: #747474. Windows color (decimal): -6591430 or 3828891. OLE color: 3828891.

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

Color convert

RGB15510858-
CMYK00.300.630.39
HSL30.93º45.54%41.76%-
HSV(B)30.93º62.58%60.78%-
XYZ19.64186.44-
YUV116.3595.07155.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.29%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 58 (23.05% from 255) = 18.07%
R=48.29%
G=33.64%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551085800.300.630.3930.9345.5441.76
Hex9B6C3A01E3F271f2e2a
Octal233154720367747375652
Binary10011011110110011101001111011111110011111111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,108,58); }

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

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

 a { background-color: rgb(155,108,58); }

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

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

 span { border-color: rgb(155,108,58); }

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