Html Css Color HEX #976F50 Dark Tan

📋 copy color: '#976F50'

red 151 ◦ green 111 ◦ blue 80

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

Shades of Dark Tan #976F50

Tints of Dark Tan #976F50

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.46%

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

R = 44.15%
G = 32.46%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#976F50 (or 0x976F50) is known color: Dark Tan. HEX triplet: 97, 6F and 50. RGB value is (151,111,80). Sum of RGB (Red+Green+Blue) = 151+111+80=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 151 - color contains mainly: red. Hex color #976F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976F50 is #6890AF. Grayscale: #777777. Windows color (decimal): -6852784 or 5271447. OLE color: 5271447.

HSL color Cylindrical-coordinate representation of color #976F50: hue angle of 26.2º 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 #976F50 is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 111 80 -
CMYK 0 0.26 0.47 0.41
HSL 26.2º 0.31% 0.45% -
HSV(B) 26.2º 0.47% 0.59% -
XYZ 19.89 18.53 10.12 -
YUV 119.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 151 111 80 0 0.26 0.47 0.41 26.2 0.31 0.45
Hex 97 6F 50 0 1A 2F 29 1A 1F 2D
Octal 227 157 120 0 32 57 51 32 37 55
Binary 10010111 1101111 1010000 0 11010 101111 101001 11010 11111 101101

Color Harmonies of #976F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F50

Black with #976F50

Text Example


Text Example

White with #976F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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