#9B6D3F

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

Shades of Buttered Rum #9B6D3F

Tints of Buttered Rum #9B6D3F

Color information

#9B6D3F (or 0x9B6D3F) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6D and 3F. RGB value is (155,109,63). Sum of RGB (Red+Green+Blue) = 155+109+63=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6D3F is #6492C0. Grayscale: #757575. Windows color (decimal): -6591169 or 4156827. OLE color: 4156827.

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

Color convert

RGB15510963-
CMYK00.300.590.39
HSL30º42.2%42.75%-
HSV(B)30º59.35%60.78%-
XYZ19.8818.267.18-
YUV117.5197.24154.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.40%
GREEN value IS 109 (42.97% from 255) = 33.33%
BLUE value IS 63 (25% from 255) = 19.27%
R=47.40%
G=33.33%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551096300.300.590.393042.242.75
Hex9B6D3F01E3B271e2a2b
Octal233155770367347365253
Binary10011011110110111111101111011101110011111110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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