#9E6B35

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

Shades of Buttered Rum #9E6B35

Tints of Buttered Rum #9E6B35

Color information

#9E6B35 (or 0x9E6B35) is unknown color: approx Buttered Rum. HEX triplet: 9E, 6B and 35. RGB value is (158,107,53). Sum of RGB (Red+Green+Blue) = 158+107+53=318 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.69% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6B35 is #6194CA. Grayscale: #747474. Windows color (decimal): -6395083 or 3500958. OLE color: 3500958.

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

Color convert

RGB15810753-
CMYK00.320.660.38
HSL30.86º49.76%41.37%-
HSV(B)30.86º66.46%61.96%-
XYZ2018.045.8-
YUV116.0992.4157.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.69%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 53 (21.09% from 255) = 16.67%
R=49.69%
G=33.65%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581075300.320.660.3830.8649.7641.37
Hex9E6B3502042261f3229
Octal2361536504010246376251
Binary1001111011010111101010100000100001010011011111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,107,53); }

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

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

 a { background-color: rgb(158,107,53); }

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

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

 span { border-color: rgb(158,107,53); }

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