Html Css Color HEX #996E24 Buttered Rum

📋 copy color: '#996E24'

red 153 ◦ green 110 ◦ blue 36

#996E24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buttered Rum #996E24

Tints of Buttered Rum #996E24

RGB

 RED value IS 153 (60.16% from 255) = 51.17%

 GREEN value IS 110 (43.36% from 255) = 36.79%

 BLUE value IS 36 (14.45% from 255) = 12.04%

R = 51.17%
G = 36.79%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#996E24 (or 0x996E24) is known color: Buttered Rum. HEX triplet: 99, 6E and 24. RGB value is (153,110,36). Sum of RGB (Red+Green+Blue) = 153+110+36=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #996E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996E24 is #6691DB. Grayscale: #727272. Windows color (decimal): -6722012 or 2387609. OLE color: 2387609.

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

Color convert

RGB 153 110 36 -
CMYK 0 0.28 0.76 0.4
HSL 37.95º 0.62% 0.37% -
HSV(B) 37.95º 0.76% 0.6% -
XYZ 19.03 18.05 4.15 -
YUV 114.42 83.75 155.52 -
System Red Green Blue C M Y K H S L
Decimal 153 110 36 0 0.28 0.76 0.4 37.95 0.62 0.37
Hex 99 6E 24 0 1C 4C 28 26 3E 25
Octal 231 156 44 0 34 114 50 46 76 45
Binary 10011001 1101110 100100 0 11100 1001100 101000 100110 111110 100101

Color Harmonies of #996E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E24

Black with #996E24

Text Example


Text Example

White with #996E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,110,36); }

 H1.HeaderClassName
 {
   color: #996E24;
 }
 .AnyTagClassName
 {
   color: #996E24;
 }
</style>

background-color css

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

 a { background-color: rgb(153,110,36); }

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

border-color css

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

 span { border-color: rgb(153,110,36); }

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