Html Css Color HEX #976726 Afghan Tan

📋 copy color: '#976726'

red 151 ◦ green 103 ◦ blue 38

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

Shades of Afghan Tan #976726

Tints of Afghan Tan #976726

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.27%

 BLUE value IS 38 (15.23% from 255) = 13.01%

R = 51.71%
G = 35.27%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#976726 (or 0x976726) is known color: Afghan Tan. HEX triplet: 97, 67 and 26. RGB value is (151,103,38). Sum of RGB (Red+Green+Blue) = 151+103+38=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #976726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976726 is #6898D9. Grayscale: #6E6E6E. Windows color (decimal): -6854874 or 2516887. OLE color: 2516887.

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

Color convert

RGB 151 103 38 -
CMYK 0 0.32 0.75 0.41
HSL 34.51º 0.6% 0.37% -
HSV(B) 34.51º 0.75% 0.59% -
XYZ 17.96 16.42 4.06 -
YUV 109.94 87.4 157.29 -
System Red Green Blue C M Y K H S L
Decimal 151 103 38 0 0.32 0.75 0.41 34.51 0.6 0.37
Hex 97 67 26 0 20 4B 29 23 3C 25
Octal 227 147 46 0 40 113 51 43 74 45
Binary 10010111 1100111 100110 0 100000 1001011 101001 100011 111100 100101

Color Harmonies of #976726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976726

Black with #976726

Text Example


Text Example

White with #976726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976726; }

 p { color: rgb(151,103,38); }

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

background-color css

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

 a { background-color: rgb(151,103,38); }

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

border-color css

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

 span { border-color: rgb(151,103,38); }

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