#996A23

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

Shades of Buttered Rum #996A23

Tints of Buttered Rum #996A23

Color information

#996A23 (or 0x996A23) is unknown color: approx Buttered Rum. HEX triplet: 99, 6A and 23. RGB value is (153,106,35). Sum of RGB (Red+Green+Blue) = 153+106+35=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #996A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A23 is #6695DC. Grayscale: #707070. Windows color (decimal): -6723037 or 2321049. OLE color: 2321049.

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

Color convert

RGB15310635-
CMYK00.310.770.4
HSL36.1º62.77%36.86%-
HSV(B)36.1º77.12%60%-
XYZ18.5917.23.93-
YUV111.9684.57157.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.04%
GREEN value IS 106 (41.80% from 255) = 36.05%
BLUE value IS 35 (14.06% from 255) = 11.90%
R=52.04%
G=36.05%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531063500.310.770.436.162.7736.86
Hex996A2301F4D28243f25
Octal2311524303711550447745
Binary1001100111010101000110111111001101101000100100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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