Html Css Color HEX #996529 Afghan Tan

📋 copy color: '#996529'

red 153 ◦ green 101 ◦ blue 41

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

Shades of Afghan Tan #996529

Tints of Afghan Tan #996529

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.24%

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

R = 51.86%
G = 34.24%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#996529 (or 0x996529) is known color: Afghan Tan. HEX triplet: 99, 65 and 29. RGB value is (153,101,41). Sum of RGB (Red+Green+Blue) = 153+101+41=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #996529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996529 is #669AD6. Grayscale: #6E6E6E. Windows color (decimal): -6724311 or 2712985. OLE color: 2712985.

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

Color convert

RGB 153 101 41 -
CMYK 0 0.34 0.73 0.4
HSL 32.14º 0.58% 0.38% -
HSV(B) 32.14º 0.73% 0.6% -
XYZ 18.19 16.24 4.27 -
YUV 109.71 89.23 158.88 -
System Red Green Blue C M Y K H S L
Decimal 153 101 41 0 0.34 0.73 0.4 32.14 0.58 0.38
Hex 99 65 29 0 22 49 28 20 3A 26
Octal 231 145 51 0 42 111 50 40 72 46
Binary 10011001 1100101 101001 0 100010 1001001 101000 100000 111010 100110

Color Harmonies of #996529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996529

Black with #996529

Text Example


Text Example

White with #996529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996529; }

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

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

background-color css

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

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

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

border-color css

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

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

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