Html Css Color HEX #996528 Afghan Tan

📋 copy color: '#996528'

red 153 ◦ green 101 ◦ blue 40

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

Shades of Afghan Tan #996528

Tints of Afghan Tan #996528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.61%

R = 52.04%
G = 34.35%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#996528 (or 0x996528) is known color: Afghan Tan. HEX triplet: 99, 65 and 28. RGB value is (153,101,40). Sum of RGB (Red+Green+Blue) = 153+101+40=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #996528 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996528 is #669AD7. Grayscale: #6D6D6D. Windows color (decimal): -6724312 or 2647449. OLE color: 2647449.

HSL color Cylindrical-coordinate representation of color #996528: hue angle of 32.39º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #996528 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 101 40 -
CMYK 0 0.34 0.74 0.4
HSL 32.39º 0.59% 0.38% -
HSV(B) 32.39º 0.74% 0.6% -
XYZ 18.17 16.23 4.18 -
YUV 109.59 88.73 158.96 -
System Red Green Blue C M Y K H S L
Decimal 153 101 40 0 0.34 0.74 0.4 32.39 0.59 0.38
Hex 99 65 28 0 22 4A 28 20 3B 26
Octal 231 145 50 0 42 112 50 40 73 46
Binary 10011001 1100101 101000 0 100010 1001010 101000 100000 111011 100110

Color Harmonies of #996528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996528

Black with #996528

Text Example


Text Example

White with #996528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996528; }

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

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

background-color css

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

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

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

border-color css

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

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

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