Html Css Color HEX #976C46 Dark Tan

📋 copy color: '#976C46'

red 151 ◦ green 108 ◦ blue 70

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

Shades of Dark Tan #976C46

Tints of Dark Tan #976C46

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.83%

 BLUE value IS 70 (27.73% from 255) = 21.28%

R = 45.9%
G = 32.83%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#976C46 (or 0x976C46) is known color: Dark Tan. HEX triplet: 97, 6C and 46. RGB value is (151,108,70). Sum of RGB (Red+Green+Blue) = 151+108+70=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #976C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976C46 is #6893B9. Grayscale: #747474. Windows color (decimal): -6853562 or 4615319. OLE color: 4615319.

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

Color convert

RGB 151 108 70 -
CMYK 0 0.28 0.54 0.41
HSL 28.15º 0.37% 0.43% -
HSV(B) 28.15º 0.54% 0.59% -
XYZ 19.23 17.75 8.21 -
YUV 116.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 151 108 70 0 0.28 0.54 0.41 28.15 0.37 0.43
Hex 97 6C 46 0 1C 36 29 1C 25 2B
Octal 227 154 106 0 34 66 51 34 45 53
Binary 10010111 1101100 1000110 0 11100 110110 101001 11100 100101 101011

Color Harmonies of #976C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976C46

Black with #976C46

Text Example


Text Example

White with #976C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,108,70); }

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

background-color css

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

 a { background-color: rgb(151,108,70); }

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

border-color css

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

 span { border-color: rgb(151,108,70); }

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