Html Css Color HEX #976122 Afghan Tan

📋 copy color: '#976122'

red 151 ◦ green 97 ◦ blue 34

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

Shades of Afghan Tan #976122

Tints of Afghan Tan #976122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.06%

R = 53.55%
G = 34.4%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#976122 (or 0x976122) is known color: Afghan Tan. HEX triplet: 97, 61 and 22. RGB value is (151,97,34). Sum of RGB (Red+Green+Blue) = 151+97+34=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #976122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976122 is #689EDD. Grayscale: #6A6A6A. Windows color (decimal): -6856414 or 2253207. OLE color: 2253207.

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

Color convert

RGB 151 97 34 -
CMYK 0 0.36 0.77 0.41
HSL 32.31º 0.63% 0.36% -
HSV(B) 32.31º 0.77% 0.59% -
XYZ 17.33 15.24 3.54 -
YUV 105.96 87.39 160.12 -
System Red Green Blue C M Y K H S L
Decimal 151 97 34 0 0.36 0.77 0.41 32.31 0.63 0.36
Hex 97 61 22 0 24 4D 29 20 3F 24
Octal 227 141 42 0 44 115 51 40 77 44
Binary 10010111 1100001 100010 0 100100 1001101 101001 100000 111111 100100

Color Harmonies of #976122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976122

Black with #976122

Text Example


Text Example

White with #976122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976122; }

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

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

background-color css

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

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

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

border-color css

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

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

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