Html Css Color HEX #996D21 Buttered Rum

📋 copy color: '#996D21'

red 153 ◦ green 109 ◦ blue 33

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

Shades of Buttered Rum #996D21

Tints of Buttered Rum #996D21

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.95%

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

R = 51.86%
G = 36.95%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#996D21 (or 0x996D21) is known color: Buttered Rum. HEX triplet: 99, 6D and 21. RGB value is (153,109,33). Sum of RGB (Red+Green+Blue) = 153+109+33=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #996D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D21 is #6692DE. Grayscale: #717171. Windows color (decimal): -6722271 or 2190745. OLE color: 2190745.

HSL color Cylindrical-coordinate representation of color #996D21: hue angle of 38º 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 #996D21 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 109 33 -
CMYK 0 0.29 0.78 0.4
HSL 38º 0.65% 0.36% -
HSV(B) 38º 0.78% 0.6% -
XYZ 18.88 17.82 3.88 -
YUV 113.49 82.58 156.18 -
System Red Green Blue C M Y K H S L
Decimal 153 109 33 0 0.29 0.78 0.4 38 0.65 0.36
Hex 99 6D 21 0 1D 4E 28 26 41 24
Octal 231 155 41 0 35 116 50 46 101 44
Binary 10011001 1101101 100001 0 11101 1001110 101000 100110 1000001 100100

Color Harmonies of #996D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D21

Black with #996D21

Text Example


Text Example

White with #996D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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