Html Css Color HEX #956655 Dark Tan

📋 copy color: '#956655'

red 149 ◦ green 102 ◦ blue 85

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

Shades of Dark Tan #956655

Tints of Dark Tan #956655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.36%

 BLUE value IS 85 (33.59% from 255) = 25.3%

R = 44.35%
G = 30.36%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#956655 (or 0x956655) is known color: Dark Tan. HEX triplet: 95, 66 and 55. RGB value is (149,102,85). Sum of RGB (Red+Green+Blue) = 149+102+85=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #956655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956655 is #6A99AA. Grayscale: #727272. Windows color (decimal): -6986155 or 5596821. OLE color: 5596821.

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

Color convert

RGB 149 102 85 -
CMYK 0 0.32 0.43 0.42
HSL 15.94º 0.27% 0.46% -
HSV(B) 15.94º 0.43% 0.58% -
XYZ 18.79 16.55 10.8 -
YUV 114.12 111.57 152.88 -
System Red Green Blue C M Y K H S L
Decimal 149 102 85 0 0.32 0.43 0.42 15.94 0.27 0.46
Hex 95 66 55 0 20 2B 2A 10 1B 2E
Octal 225 146 125 0 40 53 52 20 33 56
Binary 10010101 1100110 1010101 0 100000 101011 101010 10000 11011 101110

Color Harmonies of #956655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956655

Black with #956655

Text Example


Text Example

White with #956655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956655; }

 p { color: rgb(149,102,85); }

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

background-color css

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

 a { background-color: rgb(149,102,85); }

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

border-color css

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

 span { border-color: rgb(149,102,85); }

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