Html Css Color HEX #956553 Dark Tan

📋 copy color: '#956553'

red 149 ◦ green 101 ◦ blue 83

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

Shades of Dark Tan #956553

Tints of Dark Tan #956553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.92%

R = 44.74%
G = 30.33%
B = 24.92%

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

#956553 (or 0x956553) is known color: Dark Tan. HEX triplet: 95, 65 and 53. RGB value is (149,101,83). Sum of RGB (Red+Green+Blue) = 149+101+83=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #956553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956553 is #6A9AAC. Grayscale: #717171. Windows color (decimal): -6986413 or 5465493. OLE color: 5465493.

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

Color convert

RGB 149 101 83 -
CMYK 0 0.32 0.44 0.42
HSL 16.36º 0.28% 0.45% -
HSV(B) 16.36º 0.44% 0.58% -
XYZ 18.61 16.32 10.35 -
YUV 113.3 110.9 153.46 -
System Red Green Blue C M Y K H S L
Decimal 149 101 83 0 0.32 0.44 0.42 16.36 0.28 0.45
Hex 95 65 53 0 20 2C 2A 10 1C 2D
Octal 225 145 123 0 40 54 52 20 34 55
Binary 10010101 1100101 1010011 0 100000 101100 101010 10000 11100 101101

Color Harmonies of #956553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956553

Black with #956553

Text Example


Text Example

White with #956553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956553; }

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

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

background-color css

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

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

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

border-color css

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

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

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