#9B6E3A

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

Shades of Buttered Rum #9B6E3A

Tints of Buttered Rum #9B6E3A

Color information

#9B6E3A (or 0x9B6E3A) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6E and 3A. RGB value is (155,110,58). Sum of RGB (Red+Green+Blue) = 155+110+58=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6E3A is #6491C5. Grayscale: #757575. Windows color (decimal): -6590918 or 3829403. OLE color: 3829403.

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

Color convert

RGB15511058-
CMYK00.290.630.39
HSL32.16º45.54%41.76%-
HSV(B)32.16º62.58%60.78%-
XYZ19.8618.436.51-
YUV117.5394.41154.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.99%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 58 (23.05% from 255) = 17.96%
R=47.99%
G=34.06%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551105800.290.630.3932.1645.5441.76
Hex9B6E3A01D3F27202e2a
Octal233156720357747405652
Binary100110111101110111010011101111111100111100000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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