Html Css Color HEX #976324 Afghan Tan

📋 copy color: '#976324'

red 151 ◦ green 99 ◦ blue 36

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

Shades of Afghan Tan #976324

Tints of Afghan Tan #976324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.59%

R = 52.8%
G = 34.62%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#976324 (or 0x976324) is known color: Afghan Tan. HEX triplet: 97, 63 and 24. RGB value is (151,99,36). Sum of RGB (Red+Green+Blue) = 151+99+36=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #976324 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976324 is #689CDB. Grayscale: #6B6B6B. Windows color (decimal): -6855900 or 2384791. OLE color: 2384791.

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

Color convert

RGB 151 99 36 -
CMYK 0 0.34 0.76 0.41
HSL 32.87º 0.61% 0.37% -
HSV(B) 32.87º 0.76% 0.59% -
XYZ 17.54 15.63 3.76 -
YUV 107.37 87.73 159.12 -
System Red Green Blue C M Y K H S L
Decimal 151 99 36 0 0.34 0.76 0.41 32.87 0.61 0.37
Hex 97 63 24 0 22 4C 29 21 3D 25
Octal 227 143 44 0 42 114 51 41 75 45
Binary 10010111 1100011 100100 0 100010 1001100 101001 100001 111101 100101

Color Harmonies of #976324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976324

Black with #976324

Text Example


Text Example

White with #976324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976324; }

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

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

background-color css

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

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

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

border-color css

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

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

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