Html Css Color HEX #976A56 Dark Tan

📋 copy color: '#976A56'

red 151 ◦ green 106 ◦ blue 86

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

Shades of Dark Tan #976A56

Tints of Dark Tan #976A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.07%

R = 44.02%
G = 30.9%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#976A56 (or 0x976A56) is known color: Dark Tan. HEX triplet: 97, 6A and 56. RGB value is (151,106,86). Sum of RGB (Red+Green+Blue) = 151+106+86=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 151 - color contains mainly: red. Hex color #976A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976A56 is #6895A9. Grayscale: #757575. Windows color (decimal): -6854058 or 5663383. OLE color: 5663383.

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

Color convert

RGB 151 106 86 -
CMYK 0 0.30 0.43 0.41
HSL 18.46º 0.27% 0.46% -
HSV(B) 18.46º 0.43% 0.59% -
XYZ 19.6 17.56 11.16 -
YUV 117.18 110.41 152.13 -
System Red Green Blue C M Y K H S L
Decimal 151 106 86 0 0.30 0.43 0.41 18.46 0.27 0.46
Hex 97 6A 56 0 1E 2B 29 12 1B 2E
Octal 227 152 126 0 36 53 51 22 33 56
Binary 10010111 1101010 1010110 0 11110 101011 101001 10010 11011 101110

Color Harmonies of #976A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976A56

Black with #976A56

Text Example


Text Example

White with #976A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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