Html Css Color HEX #996E21 Buttered Rum

📋 copy color: '#996E21'

red 153 ◦ green 110 ◦ blue 33

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

Shades of Buttered Rum #996E21

Tints of Buttered Rum #996E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.15%

R = 51.69%
G = 37.16%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#996E21 (or 0x996E21) is known color: Buttered Rum. HEX triplet: 99, 6E and 21. RGB value is (153,110,33). Sum of RGB (Red+Green+Blue) = 153+110+33=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 110 (43.36% from 255 or 37.16% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #996E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996E21 is #6691DE. Grayscale: #727272. Windows color (decimal): -6722015 or 2191001. OLE color: 2191001.

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

Color convert

RGB 153 110 33 -
CMYK 0 0.28 0.78 0.4
HSL 38.5º 0.65% 0.36% -
HSV(B) 38.5º 0.78% 0.6% -
XYZ 18.99 18.03 3.92 -
YUV 114.08 82.25 155.76 -
System Red Green Blue C M Y K H S L
Decimal 153 110 33 0 0.28 0.78 0.4 38.5 0.65 0.36
Hex 99 6E 21 0 1C 4E 28 26 41 24
Octal 231 156 41 0 34 116 50 46 101 44
Binary 10011001 1101110 100001 0 11100 1001110 101000 100110 1000001 100100

Color Harmonies of #996E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E21

Black with #996E21

Text Example


Text Example

White with #996E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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