Html Css Color HEX #976225 Afghan Tan

📋 copy color: '#976225'

red 151 ◦ green 98 ◦ blue 37

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

Shades of Afghan Tan #976225

Tints of Afghan Tan #976225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.94%

R = 52.8%
G = 34.27%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#976225 (or 0x976225) is known color: Afghan Tan. HEX triplet: 97, 62 and 25. RGB value is (151,98,37). Sum of RGB (Red+Green+Blue) = 151+98+37=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #976225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976225 is #689DDA. Grayscale: #6B6B6B. Windows color (decimal): -6856155 or 2450071. OLE color: 2450071.

HSL color Cylindrical-coordinate representation of color #976225: hue angle of 32.11º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #976225 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 98 37 -
CMYK 0 0.35 0.75 0.41
HSL 32.11º 0.61% 0.37% -
HSV(B) 32.11º 0.75% 0.59% -
XYZ 17.46 15.45 3.81 -
YUV 106.89 88.56 159.46 -
System Red Green Blue C M Y K H S L
Decimal 151 98 37 0 0.35 0.75 0.41 32.11 0.61 0.37
Hex 97 62 25 0 23 4B 29 20 3D 25
Octal 227 142 45 0 43 113 51 40 75 45
Binary 10010111 1100010 100101 0 100011 1001011 101001 100000 111101 100101

Color Harmonies of #976225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976225

Black with #976225

Text Example


Text Example

White with #976225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976225; }

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

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

background-color css

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

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

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

border-color css

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

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

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