Html Css Color HEX #956550 Dark Tan

📋 copy color: '#956550'

red 149 ◦ green 101 ◦ blue 80

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

Shades of Dark Tan #956550

Tints of Dark Tan #956550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.61%

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

R = 45.15%
G = 30.61%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#956550 (or 0x956550) is known color: Dark Tan. HEX triplet: 95, 65 and 50. RGB value is (149,101,80). Sum of RGB (Red+Green+Blue) = 149+101+80=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #956550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956550 is #6A9AAF. Grayscale: #717171. Windows color (decimal): -6986416 or 5268885. OLE color: 5268885.

HSL color Cylindrical-coordinate representation of color #956550: hue angle of 18.26º 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 #956550 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 80 -
CMYK 0 0.32 0.46 0.42
HSL 18.26º 0.3% 0.45% -
HSV(B) 18.26º 0.46% 0.58% -
XYZ 18.5 16.28 9.76 -
YUV 112.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 149 101 80 0 0.32 0.46 0.42 18.26 0.3 0.45
Hex 95 65 50 0 20 2E 2A 12 1E 2D
Octal 225 145 120 0 40 56 52 22 36 55
Binary 10010101 1100101 1010000 0 100000 101110 101010 10010 11110 101101

Color Harmonies of #956550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956550

Black with #956550

Text Example


Text Example

White with #956550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956550; }

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

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

background-color css

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

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

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

border-color css

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

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

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