#9E6C29

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

Shades of Buttered Rum #9E6C29

Tints of Buttered Rum #9E6C29

Color information

#9E6C29 (or 0x9E6C29) is unknown color: approx Buttered Rum. HEX triplet: 9E, 6C and 29. RGB value is (158,108,41). Sum of RGB (Red+Green+Blue) = 158+108+41=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 41 (16.41% from 255 or 13.36% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6C29 is #6193D6. Grayscale: #737373. Windows color (decimal): -6394839 or 2714782. OLE color: 2714782.

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

Color convert

RGB15810841-
CMYK00.320.740.38
HSL34.36º58.79%39.02%-
HSV(B)34.36º74.05%61.96%-
XYZ19.8618.154.56-
YUV115.3186.06158.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.47%
GREEN value IS 108 (42.58% from 255) = 35.18%
BLUE value IS 41 (16.41% from 255) = 13.36%
R=51.47%
G=35.18%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581084100.320.740.3834.3658.7939.02
Hex9E6C290204A26223b27
Octal2361545104011246427347
Binary10011110110110010100101000001001010100110100010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,108,41); }

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

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

 a { background-color: rgb(158,108,41); }

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

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

 span { border-color: rgb(158,108,41); }

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