#9E6C2B

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

Shades of Buttered Rum #9E6C2B

Tints of Buttered Rum #9E6C2B

Color information

#9E6C2B (or 0x9E6C2B) is unknown color: approx Buttered Rum. HEX triplet: 9E, 6C and 2B. RGB value is (158,108,43). Sum of RGB (Red+Green+Blue) = 158+108+43=309 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.13% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6C2B is #6193D4. Grayscale: #737373. Windows color (decimal): -6394837 or 2845854. OLE color: 2845854.

HSL color Cylindrical-coordinate representation of color #9E6C2B: hue angle of 33.91º 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 #9E6C2B is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB15810843-
CMYK00.320.730.38
HSL33.91º57.21%39.41%-
HSV(B)33.91º72.78%61.96%-
XYZ19.918.174.74-
YUV115.5487.06158.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.13%
GREEN value IS 108 (42.58% from 255) = 34.95%
BLUE value IS 43 (17.19% from 255) = 13.92%
R=51.13%
G=34.95%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581084300.320.730.3833.9157.2139.41
Hex9E6C2B0204926223927
Octal2361545304011146427147
Binary10011110110110010101101000001001001100110100010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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