Html Css Color HEX #976129 Afghan Tan

📋 copy color: '#976129'

red 151 ◦ green 97 ◦ blue 41

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

Shades of Afghan Tan #976129

Tints of Afghan Tan #976129

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.56%

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

R = 52.25%
G = 33.56%
B = 14.19%

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

#976129 (or 0x976129) is known color: Afghan Tan. HEX triplet: 97, 61 and 29. RGB value is (151,97,41). Sum of RGB (Red+Green+Blue) = 151+97+41=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #976129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976129 is #689ED6. Grayscale: #6B6B6B. Windows color (decimal): -6856407 or 2711959. OLE color: 2711959.

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

Color convert

RGB 151 97 41 -
CMYK 0 0.36 0.73 0.41
HSL 30.55º 0.57% 0.38% -
HSV(B) 30.55º 0.73% 0.59% -
XYZ 17.44 15.29 4.13 -
YUV 106.76 90.89 159.55 -
System Red Green Blue C M Y K H S L
Decimal 151 97 41 0 0.36 0.73 0.41 30.55 0.57 0.38
Hex 97 61 29 0 24 49 29 1F 39 26
Octal 227 141 51 0 44 111 51 37 71 46
Binary 10010111 1100001 101001 0 100100 1001001 101001 11111 111001 100110

Color Harmonies of #976129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976129

Black with #976129

Text Example


Text Example

White with #976129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976129; }

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

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

background-color css

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

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

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

border-color css

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

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

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