Html Css Color HEX #956554 Dark Tan

📋 copy color: '#956554'

red 149 ◦ green 101 ◦ blue 84

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

Shades of Dark Tan #956554

Tints of Dark Tan #956554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.15%

R = 44.61%
G = 30.24%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#956554 (or 0x956554) is known color: Dark Tan. HEX triplet: 95, 65 and 54. RGB value is (149,101,84). Sum of RGB (Red+Green+Blue) = 149+101+84=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #956554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956554 is #6A9AAB. Grayscale: #717171. Windows color (decimal): -6986412 or 5531029. OLE color: 5531029.

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

Color convert

RGB 149 101 84 -
CMYK 0 0.32 0.44 0.42
HSL 15.69º 0.28% 0.46% -
HSV(B) 15.69º 0.44% 0.58% -
XYZ 18.65 16.34 10.56 -
YUV 113.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 149 101 84 0 0.32 0.44 0.42 15.69 0.28 0.46
Hex 95 65 54 0 20 2C 2A 10 1C 2E
Octal 225 145 124 0 40 54 52 20 34 56
Binary 10010101 1100101 1010100 0 100000 101100 101010 10000 11100 101110

Color Harmonies of #956554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956554

Black with #956554

Text Example


Text Example

White with #956554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956554; }

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

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

background-color css

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

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

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

border-color css

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

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

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