Html Css Color HEX #996D29 Buttered Rum

📋 copy color: '#996D29'

red 153 ◦ green 109 ◦ blue 41

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

Shades of Buttered Rum #996D29

Tints of Buttered Rum #996D29

RGB

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

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

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

R = 50.5%
G = 35.97%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#996D29 (or 0x996D29) is known color: Buttered Rum. HEX triplet: 99, 6D and 29. RGB value is (153,109,41). Sum of RGB (Red+Green+Blue) = 153+109+41=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #996D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D29 is #6692D6. Grayscale: #727272. Windows color (decimal): -6722263 or 2715033. OLE color: 2715033.

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

Color convert

RGB 153 109 41 -
CMYK 0 0.29 0.73 0.4
HSL 36.43º 0.58% 0.38% -
HSV(B) 36.43º 0.73% 0.6% -
XYZ 19.01 17.87 4.55 -
YUV 114.4 86.58 155.53 -
System Red Green Blue C M Y K H S L
Decimal 153 109 41 0 0.29 0.73 0.4 36.43 0.58 0.38
Hex 99 6D 29 0 1D 49 28 24 3A 26
Octal 231 155 51 0 35 111 50 44 72 46
Binary 10011001 1101101 101001 0 11101 1001001 101000 100100 111010 100110

Color Harmonies of #996D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D29

Black with #996D29

Text Example


Text Example

White with #996D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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