Html Css Color HEX #996E29 Buttered Rum

📋 copy color: '#996E29'

red 153 ◦ green 110 ◦ blue 41

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

Shades of Buttered Rum #996E29

Tints of Buttered Rum #996E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.49%

R = 50.33%
G = 36.18%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#996E29 (or 0x996E29) is known color: Buttered Rum. HEX triplet: 99, 6E and 29. RGB value is (153,110,41). Sum of RGB (Red+Green+Blue) = 153+110+41=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #996E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996E29 is #6691D6. Grayscale: #737373. Windows color (decimal): -6722007 or 2715289. OLE color: 2715289.

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

Color convert

RGB 153 110 41 -
CMYK 0 0.28 0.73 0.4
HSL 36.96º 0.58% 0.38% -
HSV(B) 36.96º 0.73% 0.6% -
XYZ 19.11 18.08 4.58 -
YUV 114.99 86.25 155.11 -
System Red Green Blue C M Y K H S L
Decimal 153 110 41 0 0.28 0.73 0.4 36.96 0.58 0.38
Hex 99 6E 29 0 1C 49 28 25 3A 26
Octal 231 156 51 0 34 111 50 45 72 46
Binary 10011001 1101110 101001 0 11100 1001001 101000 100101 111010 100110

Color Harmonies of #996E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E29

Black with #996E29

Text Example


Text Example

White with #996E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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