Html Css Color HEX #976223 Afghan Tan

📋 copy color: '#976223'

red 151 ◦ green 98 ◦ blue 35

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

Shades of Afghan Tan #976223

Tints of Afghan Tan #976223

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.51%

 BLUE value IS 35 (14.06% from 255) = 12.32%

R = 53.17%
G = 34.51%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#976223 (or 0x976223) is known color: Afghan Tan. HEX triplet: 97, 62 and 23. RGB value is (151,98,35). Sum of RGB (Red+Green+Blue) = 151+98+35=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #976223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976223 is #689DDC. Grayscale: #6A6A6A. Windows color (decimal): -6856157 or 2318999. OLE color: 2318999.

HSL color Cylindrical-coordinate representation of color #976223: hue angle of 32.59º degrees, saturation: 0.62, 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 #976223 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 98 35 -
CMYK 0 0.35 0.77 0.41
HSL 32.59º 0.62% 0.36% -
HSV(B) 32.59º 0.77% 0.59% -
XYZ 17.43 15.44 3.65 -
YUV 106.67 87.56 159.62 -
System Red Green Blue C M Y K H S L
Decimal 151 98 35 0 0.35 0.77 0.41 32.59 0.62 0.36
Hex 97 62 23 0 23 4D 29 21 3E 24
Octal 227 142 43 0 43 115 51 41 76 44
Binary 10010111 1100010 100011 0 100011 1001101 101001 100001 111110 100100

Color Harmonies of #976223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976223

Black with #976223

Text Example


Text Example

White with #976223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976223; }

 p { color: rgb(151,98,35); }

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

background-color css

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

 a { background-color: rgb(151,98,35); }

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

border-color css

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

 span { border-color: rgb(151,98,35); }

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