Html Css Color HEX #976028 Afghan Tan

📋 copy color: '#976028'

red 151 ◦ green 96 ◦ blue 40

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

Shades of Afghan Tan #976028

Tints of Afghan Tan #976028

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.45%

 BLUE value IS 40 (16.02% from 255) = 13.94%

R = 52.61%
G = 33.45%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#976028 (or 0x976028) is known color: Afghan Tan. HEX triplet: 97, 60 and 28. RGB value is (151,96,40). Sum of RGB (Red+Green+Blue) = 151+96+40=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #976028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976028 is #689FD7. Grayscale: #6A6A6A. Windows color (decimal): -6856664 or 2646167. OLE color: 2646167.

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

Color convert

RGB 151 96 40 -
CMYK 0 0.36 0.74 0.41
HSL 30.27º 0.58% 0.37% -
HSV(B) 30.27º 0.74% 0.59% -
XYZ 17.33 15.1 4.01 -
YUV 106.06 90.72 160.05 -
System Red Green Blue C M Y K H S L
Decimal 151 96 40 0 0.36 0.74 0.41 30.27 0.58 0.37
Hex 97 60 28 0 24 4A 29 1E 3A 25
Octal 227 140 50 0 44 112 51 36 72 45
Binary 10010111 1100000 101000 0 100100 1001010 101001 11110 111010 100101

Color Harmonies of #976028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976028

Black with #976028

Text Example


Text Example

White with #976028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976028; }

 p { color: rgb(151,96,40); }

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

background-color css

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

 a { background-color: rgb(151,96,40); }

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

border-color css

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

 span { border-color: rgb(151,96,40); }

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