Html Css Color HEX #956850 Dark Tan

📋 copy color: '#956850'

red 149 ◦ green 104 ◦ blue 80

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

Shades of Dark Tan #956850

Tints of Dark Tan #956850

RGB

 RED value IS 149 (58.59% from 255) = 44.74%

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

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

R = 44.74%
G = 31.23%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#956850 (or 0x956850) is known color: Dark Tan. HEX triplet: 95, 68 and 50. RGB value is (149,104,80). Sum of RGB (Red+Green+Blue) = 149+104+80=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #956850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956850 is #6A97AF. Grayscale: #727272. Windows color (decimal): -6985648 or 5269653. OLE color: 5269653.

HSL color Cylindrical-coordinate representation of color #956850: hue angle of 20.87º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #956850 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 104 80 -
CMYK 0 0.30 0.46 0.42
HSL 20.87º 0.3% 0.45% -
HSV(B) 20.87º 0.46% 0.58% -
XYZ 18.79 16.87 9.86 -
YUV 114.72 108.41 152.45 -
System Red Green Blue C M Y K H S L
Decimal 149 104 80 0 0.30 0.46 0.42 20.87 0.3 0.45
Hex 95 68 50 0 1E 2E 2A 15 1E 2D
Octal 225 150 120 0 36 56 52 25 36 55
Binary 10010101 1101000 1010000 0 11110 101110 101010 10101 11110 101101

Color Harmonies of #956850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956850

Black with #956850

Text Example


Text Example

White with #956850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956850; }

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

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

background-color css

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

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

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

border-color css

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

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

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