Html Css Color HEX #976727 Afghan Tan

📋 copy color: '#976727'

red 151 ◦ green 103 ◦ blue 39

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

Shades of Afghan Tan #976727

Tints of Afghan Tan #976727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.31%

R = 51.54%
G = 35.15%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#976727 (or 0x976727) is known color: Afghan Tan. HEX triplet: 97, 67 and 27. RGB value is (151,103,39). Sum of RGB (Red+Green+Blue) = 151+103+39=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #976727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976727 is #6898D8. Grayscale: #6E6E6E. Windows color (decimal): -6854873 or 2582423. OLE color: 2582423.

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

Color convert

RGB 151 103 39 -
CMYK 0 0.32 0.74 0.41
HSL 34.29º 0.59% 0.37% -
HSV(B) 34.29º 0.74% 0.59% -
XYZ 17.98 16.43 4.14 -
YUV 110.06 87.9 157.2 -
System Red Green Blue C M Y K H S L
Decimal 151 103 39 0 0.32 0.74 0.41 34.29 0.59 0.37
Hex 97 67 27 0 20 4A 29 22 3B 25
Octal 227 147 47 0 40 112 51 42 73 45
Binary 10010111 1100111 100111 0 100000 1001010 101001 100010 111011 100101

Color Harmonies of #976727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976727

Black with #976727

Text Example


Text Example

White with #976727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976727; }

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

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

background-color css

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

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

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

border-color css

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

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

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