Html Css Color HEX #976320 Afghan Tan

📋 copy color: '#976320'

red 151 ◦ green 99 ◦ blue 32

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

Shades of Afghan Tan #976320

Tints of Afghan Tan #976320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.11%

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

R = 53.55%
G = 35.11%
B = 11.35%

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

#976320 (or 0x976320) is known color: Afghan Tan. HEX triplet: 97, 63 and 20. RGB value is (151,99,32). Sum of RGB (Red+Green+Blue) = 151+99+32=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #976320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976320 is #689CDF. Grayscale: #6B6B6B. Windows color (decimal): -6855904 or 2122647. OLE color: 2122647.

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

Color convert

RGB 151 99 32 -
CMYK 0 0.34 0.79 0.41
HSL 33.78º 0.65% 0.36% -
HSV(B) 33.78º 0.79% 0.59% -
XYZ 17.49 15.61 3.46 -
YUV 106.91 85.73 159.45 -
System Red Green Blue C M Y K H S L
Decimal 151 99 32 0 0.34 0.79 0.41 33.78 0.65 0.36
Hex 97 63 20 0 22 4F 29 22 41 24
Octal 227 143 40 0 42 117 51 42 101 44
Binary 10010111 1100011 100000 0 100010 1001111 101001 100010 1000001 100100

Color Harmonies of #976320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976320

Black with #976320

Text Example


Text Example

White with #976320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976320; }

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

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

background-color css

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

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

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

border-color css

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

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

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