#9E6A2D

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

Shades of Buttered Rum #9E6A2D

Tints of Buttered Rum #9E6A2D

Color information

#9E6A2D (or 0x9E6A2D) is unknown color: approx Buttered Rum. HEX triplet: 9E, 6A and 2D. RGB value is (158,106,45). Sum of RGB (Red+Green+Blue) = 158+106+45=309 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.13% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6A2D is #6195D2. Grayscale: #727272. Windows color (decimal): -6395347 or 2976414. OLE color: 2976414.

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

Color convert

RGB15810645-
CMYK00.330.720.38
HSL32.39º55.67%39.8%-
HSV(B)32.39º71.52%61.96%-
XYZ19.7317.774.87-
YUV114.5988.73158.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.13%
GREEN value IS 106 (41.80% from 255) = 34.30%
BLUE value IS 45 (17.97% from 255) = 14.56%
R=51.13%
G=34.30%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581064500.330.720.3832.3955.6739.8
Hex9E6A2D0214826203828
Octal2361525504111046407050
Binary10011110110101010110101000011001000100110100000111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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