Html Css Color HEX #976029 Afghan Tan

📋 copy color: '#976029'

red 151 ◦ green 96 ◦ blue 41

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

Shades of Afghan Tan #976029

Tints of Afghan Tan #976029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.24%

R = 52.43%
G = 33.33%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#976029 (or 0x976029) is known color: Afghan Tan. HEX triplet: 97, 60 and 29. RGB value is (151,96,41). Sum of RGB (Red+Green+Blue) = 151+96+41=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #976029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976029 is #689FD6. Grayscale: #6A6A6A. Windows color (decimal): -6856663 or 2711703. OLE color: 2711703.

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

Color convert

RGB 151 96 41 -
CMYK 0 0.36 0.73 0.41
HSL 30º 0.57% 0.38% -
HSV(B) 30º 0.73% 0.59% -
XYZ 17.35 15.11 4.1 -
YUV 106.18 91.22 159.97 -
System Red Green Blue C M Y K H S L
Decimal 151 96 41 0 0.36 0.73 0.41 30 0.57 0.38
Hex 97 60 29 0 24 49 29 1E 39 26
Octal 227 140 51 0 44 111 51 36 71 46
Binary 10010111 1100000 101001 0 100100 1001001 101001 11110 111001 100110

Color Harmonies of #976029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976029

Black with #976029

Text Example


Text Example

White with #976029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976029; }

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

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

background-color css

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

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

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

border-color css

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

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

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