#9B6E3F

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

Shades of Buttered Rum #9B6E3F

Tints of Buttered Rum #9B6E3F

Color information

#9B6E3F (or 0x9B6E3F) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6E and 3F. RGB value is (155,110,63). Sum of RGB (Red+Green+Blue) = 155+110+63=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6E3F is #6491C0. Grayscale: #767676. Windows color (decimal): -6590913 or 4157083. OLE color: 4157083.

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

Color convert

RGB15511063-
CMYK00.290.590.39
HSL30.65º42.2%42.75%-
HSV(B)30.65º59.35%60.78%-
XYZ19.9918.487.22-
YUV118.196.91154.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.26%
GREEN value IS 110 (43.36% from 255) = 33.54%
BLUE value IS 63 (25% from 255) = 19.21%
R=47.26%
G=33.54%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551106300.290.590.3930.6542.242.75
Hex9B6E3F01D3B271f2a2b
Octal233156770357347375253
Binary10011011110111011111101110111101110011111111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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