Html Css Color HEX #976429 Afghan Tan

📋 copy color: '#976429'

red 151 ◦ green 100 ◦ blue 41

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

Shades of Afghan Tan #976429

Tints of Afghan Tan #976429

RGB

 RED value IS 151 (59.38% from 255) = 51.71%

 GREEN value IS 100 (39.45% from 255) = 34.25%

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

R = 51.71%
G = 34.25%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#976429 (or 0x976429) is known color: Afghan Tan. HEX triplet: 97, 64 and 29. RGB value is (151,100,41). Sum of RGB (Red+Green+Blue) = 151+100+41=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #976429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976429 is #689BD6. Grayscale: #6C6C6C. Windows color (decimal): -6855639 or 2712727. OLE color: 2712727.

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

Color convert

RGB 151 100 41 -
CMYK 0 0.34 0.73 0.41
HSL 32.18º 0.57% 0.38% -
HSV(B) 32.18º 0.73% 0.59% -
XYZ 17.72 15.85 4.22 -
YUV 108.52 89.9 158.3 -
System Red Green Blue C M Y K H S L
Decimal 151 100 41 0 0.34 0.73 0.41 32.18 0.57 0.38
Hex 97 64 29 0 22 49 29 20 39 26
Octal 227 144 51 0 42 111 51 40 71 46
Binary 10010111 1100100 101001 0 100010 1001001 101001 100000 111001 100110

Color Harmonies of #976429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976429

Black with #976429

Text Example


Text Example

White with #976429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976429; }

 p { color: rgb(151,100,41); }

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

background-color css

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

 a { background-color: rgb(151,100,41); }

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

border-color css

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

 span { border-color: rgb(151,100,41); }

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