Html Css Color HEX #956450 Dark Tan

📋 copy color: '#956450'

red 149 ◦ green 100 ◦ blue 80

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

Shades of Dark Tan #956450

Tints of Dark Tan #956450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.4%

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

R = 45.29%
G = 30.4%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#956450 (or 0x956450) is known color: Dark Tan. HEX triplet: 95, 64 and 50. RGB value is (149,100,80). Sum of RGB (Red+Green+Blue) = 149+100+80=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #956450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956450 is #6A9BAF. Grayscale: #707070. Windows color (decimal): -6986672 or 5268629. OLE color: 5268629.

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

Color convert

RGB 149 100 80 -
CMYK 0 0.33 0.46 0.42
HSL 17.39º 0.3% 0.45% -
HSV(B) 17.39º 0.46% 0.58% -
XYZ 18.4 16.08 9.72 -
YUV 112.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 149 100 80 0 0.33 0.46 0.42 17.39 0.3 0.45
Hex 95 64 50 0 21 2E 2A 11 1E 2D
Octal 225 144 120 0 41 56 52 21 36 55
Binary 10010101 1100100 1010000 0 100001 101110 101010 10001 11110 101101

Color Harmonies of #956450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956450

Black with #956450

Text Example


Text Example

White with #956450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956450; }

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

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

background-color css

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

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

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

border-color css

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

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

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