Html Css Color HEX #976120 Afghan Tan

📋 copy color: '#976120'

red 151 ◦ green 97 ◦ blue 32

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

Shades of Afghan Tan #976120

Tints of Afghan Tan #976120

RGB

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

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

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

R = 53.93%
G = 34.64%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#976120 (or 0x976120) is known color: Afghan Tan. HEX triplet: 97, 61 and 20. RGB value is (151,97,32). Sum of RGB (Red+Green+Blue) = 151+97+32=280 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.93% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 151 - color contains mainly: red. Hex color #976120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976120 is #689EDF. Grayscale: #6A6A6A. Windows color (decimal): -6856416 or 2122135. OLE color: 2122135.

HSL color Cylindrical-coordinate representation of color #976120: hue angle of 32.77º 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 #976120 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 97 32 -
CMYK 0 0.36 0.79 0.41
HSL 32.77º 0.65% 0.36% -
HSV(B) 32.77º 0.79% 0.59% -
XYZ 17.3 15.23 3.4 -
YUV 105.74 86.39 160.29 -
System Red Green Blue C M Y K H S L
Decimal 151 97 32 0 0.36 0.79 0.41 32.77 0.65 0.36
Hex 97 61 20 0 24 4F 29 21 41 24
Octal 227 141 40 0 44 117 51 41 101 44
Binary 10010111 1100001 100000 0 100100 1001111 101001 100001 1000001 100100

Color Harmonies of #976120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976120

Black with #976120

Text Example


Text Example

White with #976120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976120; }

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

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

background-color css

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

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

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

border-color css

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

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

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