Html Css Color HEX #996129 Afghan Tan

📋 copy color: '#996129'

red 153 ◦ green 97 ◦ blue 41

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

Shades of Afghan Tan #996129

Tints of Afghan Tan #996129

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.33%

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

R = 52.58%
G = 33.33%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#996129 (or 0x996129) is known color: Afghan Tan. HEX triplet: 99, 61 and 29. RGB value is (153,97,41). Sum of RGB (Red+Green+Blue) = 153+97+41=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #996129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996129 is #669ED6. Grayscale: #6B6B6B. Windows color (decimal): -6725335 or 2711961. OLE color: 2711961.

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

Color convert

RGB 153 97 41 -
CMYK 0 0.37 0.73 0.4
HSL 30º 0.58% 0.38% -
HSV(B) 30º 0.73% 0.6% -
XYZ 17.81 15.48 4.15 -
YUV 107.36 90.55 160.55 -
System Red Green Blue C M Y K H S L
Decimal 153 97 41 0 0.37 0.73 0.4 30 0.58 0.38
Hex 99 61 29 0 25 49 28 1E 3A 26
Octal 231 141 51 0 45 111 50 36 72 46
Binary 10011001 1100001 101001 0 100101 1001001 101000 11110 111010 100110

Color Harmonies of #996129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996129

Black with #996129

Text Example


Text Example

White with #996129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996129; }

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

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

background-color css

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

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

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

border-color css

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

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

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