#9E6A2B

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

Shades of Buttered Rum #9E6A2B

Tints of Buttered Rum #9E6A2B

Color information

#9E6A2B (or 0x9E6A2B) is unknown color: approx Buttered Rum. HEX triplet: 9E, 6A and 2B. RGB value is (158,106,43). Sum of RGB (Red+Green+Blue) = 158+106+43=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6A2B is #6195D4. Grayscale: #727272. Windows color (decimal): -6395349 or 2845342. OLE color: 2845342.

HSL color Cylindrical-coordinate representation of color #9E6A2B: hue angle of 32.87º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E6A2B is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB15810643-
CMYK00.330.730.38
HSL32.87º57.21%39.41%-
HSV(B)32.87º72.78%61.96%-
XYZ19.6917.754.67-
YUV114.3787.73159.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.47%
GREEN value IS 106 (41.80% from 255) = 34.53%
BLUE value IS 43 (17.19% from 255) = 14.01%
R=51.47%
G=34.53%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581064300.330.730.3832.8757.2139.41
Hex9E6A2B0214926213927
Octal2361525304111146417147
Binary10011110110101010101101000011001001100110100001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,106,43); }

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

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

 a { background-color: rgb(158,106,43); }

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

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

 span { border-color: rgb(158,106,43); }

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