Html Css Color HEX #996C29 Buttered Rum

📋 copy color: '#996C29'

red 153 ◦ green 108 ◦ blue 41

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

Shades of Buttered Rum #996C29

Tints of Buttered Rum #996C29

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.76%

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

R = 50.66%
G = 35.76%
B = 13.58%

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

#996C29 (or 0x996C29) is known color: Buttered Rum. HEX triplet: 99, 6C and 29. RGB value is (153,108,41). Sum of RGB (Red+Green+Blue) = 153+108+41=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #996C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996C29 is #6693D6. Grayscale: #727272. Windows color (decimal): -6722519 or 2714777. OLE color: 2714777.

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

Color convert

RGB 153 108 41 -
CMYK 0 0.29 0.73 0.4
HSL 35.89º 0.58% 0.38% -
HSV(B) 35.89º 0.73% 0.6% -
XYZ 18.9 17.66 4.51 -
YUV 113.82 86.91 155.95 -
System Red Green Blue C M Y K H S L
Decimal 153 108 41 0 0.29 0.73 0.4 35.89 0.58 0.38
Hex 99 6C 29 0 1D 49 28 24 3A 26
Octal 231 154 51 0 35 111 50 44 72 46
Binary 10011001 1101100 101001 0 11101 1001001 101000 100100 111010 100110

Color Harmonies of #996C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996C29

Black with #996C29

Text Example


Text Example

White with #996C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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