Html Css Color HEX #956653 Dark Tan

📋 copy color: '#956653'

red 149 ◦ green 102 ◦ blue 83

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

Shades of Dark Tan #956653

Tints of Dark Tan #956653

RGB

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

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

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

R = 44.61%
G = 30.54%
B = 24.85%

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

#956653 (or 0x956653) is known color: Dark Tan. HEX triplet: 95, 66 and 53. RGB value is (149,102,83). Sum of RGB (Red+Green+Blue) = 149+102+83=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 83 (32.81% from 255 or 24.85% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #956653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956653 is #6A99AC. Grayscale: #727272. Windows color (decimal): -6986157 or 5465749. OLE color: 5465749.

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

Color convert

RGB 149 102 83 -
CMYK 0 0.32 0.44 0.42
HSL 17.27º 0.28% 0.45% -
HSV(B) 17.27º 0.44% 0.58% -
XYZ 18.71 16.52 10.39 -
YUV 113.89 110.57 153.04 -
System Red Green Blue C M Y K H S L
Decimal 149 102 83 0 0.32 0.44 0.42 17.27 0.28 0.45
Hex 95 66 53 0 20 2C 2A 11 1C 2D
Octal 225 146 123 0 40 54 52 21 34 55
Binary 10010101 1100110 1010011 0 100000 101100 101010 10001 11100 101101

Color Harmonies of #956653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956653

Black with #956653

Text Example


Text Example

White with #956653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956653; }

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

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

background-color css

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

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

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

border-color css

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

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

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