Html Css Color HEX #976A47 Dark Tan

📋 copy color: '#976A47'

red 151 ◦ green 106 ◦ blue 71

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

Shades of Dark Tan #976A47

Tints of Dark Tan #976A47

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.32%

 BLUE value IS 71 (28.13% from 255) = 21.65%

R = 46.04%
G = 32.32%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#976A47 (or 0x976A47) is known color: Dark Tan. HEX triplet: 97, 6A and 47. RGB value is (151,106,71). Sum of RGB (Red+Green+Blue) = 151+106+71=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #976A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976A47 is #6895B8. Grayscale: #737373. Windows color (decimal): -6854073 or 4680343. OLE color: 4680343.

HSL color Cylindrical-coordinate representation of color #976A47: hue angle of 26.25º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #976A47 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 106 71 -
CMYK 0 0.30 0.53 0.41
HSL 26.25º 0.36% 0.44% -
HSV(B) 26.25º 0.53% 0.59% -
XYZ 19.05 17.34 8.3 -
YUV 115.47 102.91 153.35 -
System Red Green Blue C M Y K H S L
Decimal 151 106 71 0 0.30 0.53 0.41 26.25 0.36 0.44
Hex 97 6A 47 0 1E 35 29 1A 24 2C
Octal 227 152 107 0 36 65 51 32 44 54
Binary 10010111 1101010 1000111 0 11110 110101 101001 11010 100100 101100

Color Harmonies of #976A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976A47

Black with #976A47

Text Example


Text Example

White with #976A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976A47; }

 p { color: rgb(151,106,71); }

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

background-color css

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

 a { background-color: rgb(151,106,71); }

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

border-color css

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

 span { border-color: rgb(151,106,71); }

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