Html Css Color HEX #976850 Dark Tan

📋 copy color: '#976850'

red 151 ◦ green 104 ◦ blue 80

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

Shades of Dark Tan #976850

Tints of Dark Tan #976850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.04%

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

R = 45.07%
G = 31.04%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#976850 (or 0x976850) is known color: Dark Tan. HEX triplet: 97, 68 and 50. RGB value is (151,104,80). Sum of RGB (Red+Green+Blue) = 151+104+80=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #976850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976850 is #6897AF. Grayscale: #737373. Windows color (decimal): -6854576 or 5269655. OLE color: 5269655.

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

Color convert

RGB 151 104 80 -
CMYK 0 0.31 0.47 0.41
HSL 20.28º 0.31% 0.45% -
HSV(B) 20.28º 0.47% 0.59% -
XYZ 19.16 17.06 9.87 -
YUV 115.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 151 104 80 0 0.31 0.47 0.41 20.28 0.31 0.45
Hex 97 68 50 0 1F 2F 29 14 1F 2D
Octal 227 150 120 0 37 57 51 24 37 55
Binary 10010111 1101000 1010000 0 11111 101111 101001 10100 11111 101101

Color Harmonies of #976850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976850

Black with #976850

Text Example


Text Example

White with #976850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976850; }

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

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

background-color css

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

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

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

border-color css

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

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

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