Html Css Color HEX #956453 Dark Tan

📋 copy color: '#956453'

red 149 ◦ green 100 ◦ blue 83

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

Shades of Dark Tan #956453

Tints of Dark Tan #956453

RGB

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

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

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

R = 44.88%
G = 30.12%
B = 25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#956453 (or 0x956453) is known color: Dark Tan. HEX triplet: 95, 64 and 53. RGB value is (149,100,83). Sum of RGB (Red+Green+Blue) = 149+100+83=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #956453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956453 is #6A9BAC. Grayscale: #707070. Windows color (decimal): -6986669 or 5465237. OLE color: 5465237.

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

Color convert

RGB 149 100 83 -
CMYK 0 0.33 0.44 0.42
HSL 15.45º 0.28% 0.45% -
HSV(B) 15.45º 0.44% 0.58% -
XYZ 18.51 16.13 10.32 -
YUV 112.71 111.23 153.88 -
System Red Green Blue C M Y K H S L
Decimal 149 100 83 0 0.33 0.44 0.42 15.45 0.28 0.45
Hex 95 64 53 0 21 2C 2A F 1C 2D
Octal 225 144 123 0 41 54 52 17 34 55
Binary 10010101 1100100 1010011 0 100001 101100 101010 1111 11100 101101

Color Harmonies of #956453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956453

Black with #956453

Text Example


Text Example

White with #956453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956453; }

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

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

background-color css

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

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

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

border-color css

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

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

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