#956453

Color #956453 Dark Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tan #956453

Tints of Dark Tan #956453

Color information

#956453 (or 0x956453) is unknown color: approx 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

RGB14910083-
CMYK00.330.440.42
HSL15.45º28.45%45.49%-
HSV(B)15.45º44.3%58.43%-
XYZ18.5116.1310.32-
YUV112.71111.23153.88-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491008300.330.440.4215.4528.4545.49
Hex9564530212C2Af1c2d
Octal2251441230415452173455
Binary10010101110010010100110100001101100101010111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>