#996A26

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

Shades of Buttered Rum #996A26

Tints of Buttered Rum #996A26

Color information

#996A26 (or 0x996A26) is unknown color: approx Buttered Rum. HEX triplet: 99, 6A and 26. RGB value is (153,106,38). Sum of RGB (Red+Green+Blue) = 153+106+38=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #996A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A26 is #6695D9. Grayscale: #707070. Windows color (decimal): -6723034 or 2517657. OLE color: 2517657.

HSL color Cylindrical-coordinate representation of color #996A26: hue angle of 35.48º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #996A26 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB15310638-
CMYK00.310.750.4
HSL35.48º60.21%37.45%-
HSV(B)35.48º75.16%60%-
XYZ18.6417.224.18-
YUV112.386.07157.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 51.52%
GREEN value IS 106 (41.80% from 255) = 35.69%
BLUE value IS 38 (15.23% from 255) = 12.79%
R=51.52%
G=35.69%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531063800.310.750.435.4860.2137.45
Hex996A2601F4B28233c25
Octal2311524603711350437445
Binary1001100111010101001100111111001011101000100011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996A26; }

 p { color: rgb(153,106,38); }

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

<style>
 a { background-color: #996A26; }

 a { background-color: rgb(153,106,38); }

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

<style>
 span { border-color: #996A26; }

 span { border-color: rgb(153,106,38); }

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