#9E6826

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

Shades of Buttered Rum #9E6826

Tints of Buttered Rum #9E6826

Color information

#9E6826 (or 0x9E6826) is unknown color: approx Buttered Rum. HEX triplet: 9E, 68 and 26. RGB value is (158,104,38). Sum of RGB (Red+Green+Blue) = 158+104+38=300 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.67% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6826 is #6197D9. Grayscale: #707070. Windows color (decimal): -6395866 or 2517150. OLE color: 2517150.

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

Color convert

RGB15810438-
CMYK00.340.760.38
HSL33º61.22%38.43%-
HSV(B)33º75.95%61.96%-
XYZ19.417.314.15-
YUV112.6285.89160.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.67%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 38 (15.23% from 255) = 12.67%
R=52.67%
G=34.67%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581043800.340.760.383361.2238.43
Hex9E68260224C26213d26
Octal2361504604211446417546
Binary10011110110100010011001000101001100100110100001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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