Html Css Color HEX #996A29 Buttered Rum

📋 copy color: '#996A29'

red 153 ◦ green 106 ◦ blue 41

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

Shades of Buttered Rum #996A29

Tints of Buttered Rum #996A29

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.33%

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

R = 51%
G = 35.33%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#996A29 (or 0x996A29) is known color: Buttered Rum. HEX triplet: 99, 6A and 29. RGB value is (153,106,41). Sum of RGB (Red+Green+Blue) = 153+106+41=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #996A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A29 is #6695D6. Grayscale: #707070. Windows color (decimal): -6723031 or 2714265. OLE color: 2714265.

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

Color convert

RGB 153 106 41 -
CMYK 0 0.31 0.73 0.4
HSL 34.82º 0.58% 0.38% -
HSV(B) 34.82º 0.73% 0.6% -
XYZ 18.69 17.24 4.44 -
YUV 112.64 87.57 156.79 -
System Red Green Blue C M Y K H S L
Decimal 153 106 41 0 0.31 0.73 0.4 34.82 0.58 0.38
Hex 99 6A 29 0 1F 49 28 23 3A 26
Octal 231 152 51 0 37 111 50 43 72 46
Binary 10011001 1101010 101001 0 11111 1001001 101000 100011 111010 100110

Color Harmonies of #996A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A29

Black with #996A29

Text Example


Text Example

White with #996A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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