Html Css Color HEX #976325 Afghan Tan

📋 copy color: '#976325'

red 151 ◦ green 99 ◦ blue 37

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

Shades of Afghan Tan #976325

Tints of Afghan Tan #976325

RGB

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

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

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

R = 52.61%
G = 34.49%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#976325 (or 0x976325) is known color: Afghan Tan. HEX triplet: 97, 63 and 25. RGB value is (151,99,37). Sum of RGB (Red+Green+Blue) = 151+99+37=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #976325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976325 is #689CDA. Grayscale: #6B6B6B. Windows color (decimal): -6855899 or 2450327. OLE color: 2450327.

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

Color convert

RGB 151 99 37 -
CMYK 0 0.34 0.75 0.41
HSL 32.63º 0.61% 0.37% -
HSV(B) 32.63º 0.75% 0.59% -
XYZ 17.56 15.64 3.84 -
YUV 107.48 88.23 159.04 -
System Red Green Blue C M Y K H S L
Decimal 151 99 37 0 0.34 0.75 0.41 32.63 0.61 0.37
Hex 97 63 25 0 22 4B 29 21 3D 25
Octal 227 143 45 0 42 113 51 41 75 45
Binary 10010111 1100011 100101 0 100010 1001011 101001 100001 111101 100101

Color Harmonies of #976325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976325

Black with #976325

Text Example


Text Example

White with #976325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976325; }

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

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

background-color css

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

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

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

border-color css

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

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

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