Html Css Color HEX #976420 Afghan Tan

📋 copy color: '#976420'

red 151 ◦ green 100 ◦ blue 32

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

Shades of Afghan Tan #976420

Tints of Afghan Tan #976420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.31%

R = 53.36%
G = 35.34%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#976420 (or 0x976420) is known color: Afghan Tan. HEX triplet: 97, 64 and 20. RGB value is (151,100,32). Sum of RGB (Red+Green+Blue) = 151+100+32=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #976420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976420 is #689BDF. Grayscale: #6B6B6B. Windows color (decimal): -6855648 or 2122903. OLE color: 2122903.

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

Color convert

RGB 151 100 32 -
CMYK 0 0.34 0.79 0.41
HSL 34.29º 0.65% 0.36% -
HSV(B) 34.29º 0.79% 0.59% -
XYZ 17.58 15.8 3.49 -
YUV 107.5 85.4 159.03 -
System Red Green Blue C M Y K H S L
Decimal 151 100 32 0 0.34 0.79 0.41 34.29 0.65 0.36
Hex 97 64 20 0 22 4F 29 22 41 24
Octal 227 144 40 0 42 117 51 42 101 44
Binary 10010111 1100100 100000 0 100010 1001111 101001 100010 1000001 100100

Color Harmonies of #976420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976420

Black with #976420

Text Example


Text Example

White with #976420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976420; }

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

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

background-color css

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

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

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

border-color css

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

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

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