#9E763C

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

Shades of Buttered Rum #9E763C

Tints of Buttered Rum #9E763C

Color information

#9E763C (or 0x9E763C) is unknown color: approx Buttered Rum. HEX triplet: 9E, 76 and 3C. RGB value is (158,118,60). Sum of RGB (Red+Green+Blue) = 158+118+60=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 60 (23.83% from 255 or 17.86% from 336); Max value from RGB is 158 - color contains mainly: red. Hex color #9E763C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E763C is #6189C3. Grayscale: #7B7B7B. Windows color (decimal): -6392260 or 3962526. OLE color: 3962526.

HSL color Cylindrical-coordinate representation of color #9E763C: hue angle of 35.51º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E763C is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB15811860-
CMYK00.250.620.38
HSL35.51º44.95%42.75%-
HSV(B)35.51º62.03%61.96%-
XYZ21.3920.557.11-
YUV123.3592.25152.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.02%
GREEN value IS 118 (46.48% from 255) = 35.12%
BLUE value IS 60 (23.83% from 255) = 17.86%
R=47.02%
G=35.12%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581186000.250.620.3835.5144.9542.75
Hex9E763C0193E26242d2b
Octal236166740317646445553
Binary100111101110110111100011001111110100110100100101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,118,60); }

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

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

 a { background-color: rgb(158,118,60); }

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

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

 span { border-color: rgb(158,118,60); }

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