#9E682B

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

Shades of Buttered Rum #9E682B

Tints of Buttered Rum #9E682B

Color information

#9E682B (or 0x9E682B) is unknown color: approx Buttered Rum. HEX triplet: 9E, 68 and 2B. RGB value is (158,104,43). Sum of RGB (Red+Green+Blue) = 158+104+43=305 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.80% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 158 - color contains mainly: red. Hex color #9E682B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E682B is #6197D4. Grayscale: #717171. Windows color (decimal): -6395861 or 2844830. OLE color: 2844830.

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

Color convert

RGB15810443-
CMYK00.340.730.38
HSL31.83º57.21%39.41%-
HSV(B)31.83º72.78%61.96%-
XYZ19.4917.344.61-
YUV113.1988.39159.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.80%
GREEN value IS 104 (41.02% from 255) = 34.10%
BLUE value IS 43 (17.19% from 255) = 14.10%
R=51.80%
G=34.10%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581044300.340.730.3831.8357.2139.41
Hex9E682B0224926203927
Octal2361505304211146407147
Binary10011110110100010101101000101001001100110100000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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