Html Css Color HEX #976128 Afghan Tan

📋 copy color: '#976128'

red 151 ◦ green 97 ◦ blue 40

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

Shades of Afghan Tan #976128

Tints of Afghan Tan #976128

RGB

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

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

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

R = 52.43%
G = 33.68%
B = 13.89%

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

#976128 (or 0x976128) is known color: Afghan Tan. HEX triplet: 97, 61 and 28. RGB value is (151,97,40). Sum of RGB (Red+Green+Blue) = 151+97+40=288 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.43% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 151 - color contains mainly: red. Hex color #976128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976128 is #689ED7. Grayscale: #6A6A6A. Windows color (decimal): -6856408 or 2646423. OLE color: 2646423.

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

Color convert

RGB 151 97 40 -
CMYK 0 0.36 0.74 0.41
HSL 30.81º 0.58% 0.37% -
HSV(B) 30.81º 0.74% 0.59% -
XYZ 17.42 15.28 4.04 -
YUV 106.65 90.39 159.63 -
System Red Green Blue C M Y K H S L
Decimal 151 97 40 0 0.36 0.74 0.41 30.81 0.58 0.37
Hex 97 61 28 0 24 4A 29 1F 3A 25
Octal 227 141 50 0 44 112 51 37 72 45
Binary 10010111 1100001 101000 0 100100 1001010 101001 11111 111010 100101

Color Harmonies of #976128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976128

Black with #976128

Text Example


Text Example

White with #976128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976128; }

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

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

background-color css

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

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

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

border-color css

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

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

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