Html Css Color HEX #976950 Dark Tan

📋 copy color: '#976950'

red 151 ◦ green 105 ◦ blue 80

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

Shades of Dark Tan #976950

Tints of Dark Tan #976950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.25%

 BLUE value IS 80 (31.64% from 255) = 23.81%

R = 44.94%
G = 31.25%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#976950 (or 0x976950) is known color: Dark Tan. HEX triplet: 97, 69 and 50. RGB value is (151,105,80). Sum of RGB (Red+Green+Blue) = 151+105+80=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #976950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976950 is #6896AF. Grayscale: #747474. Windows color (decimal): -6854320 or 5269911. OLE color: 5269911.

HSL color Cylindrical-coordinate representation of color #976950: hue angle of 21.13º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #976950 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 105 80 -
CMYK 0 0.30 0.47 0.41
HSL 21.13º 0.31% 0.45% -
HSV(B) 21.13º 0.47% 0.59% -
XYZ 19.26 17.26 9.91 -
YUV 115.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 151 105 80 0 0.30 0.47 0.41 21.13 0.31 0.45
Hex 97 69 50 0 1E 2F 29 15 1F 2D
Octal 227 151 120 0 36 57 51 25 37 55
Binary 10010111 1101001 1010000 0 11110 101111 101001 10101 11111 101101

Color Harmonies of #976950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976950

Black with #976950

Text Example


Text Example

White with #976950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976950; }

 p { color: rgb(151,105,80); }

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

background-color css

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

 a { background-color: rgb(151,105,80); }

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

border-color css

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

 span { border-color: rgb(151,105,80); }

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