#956442

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

Shades of Dark Tan #956442

Tints of Dark Tan #956442

Color information

#956442 (or 0x956442) is unknown color: approx Dark Tan. HEX triplet: 95, 64 and 42. RGB value is (149,100,66). Sum of RGB (Red+Green+Blue) = 149+100+66=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #956442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956442 is #6A9BBD. Grayscale: #6E6E6E. Windows color (decimal): -6986686 or 4351125. OLE color: 4351125.

HSL color Cylindrical-coordinate representation of color #956442: hue angle of 24.58º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #956442 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB14910066-
CMYK00.330.560.42
HSL24.58º38.6%42.16%-
HSV(B)24.58º55.7%58.43%-
XYZ17.9315.97.28-
YUV110.78102.73155.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 66 (26.17% from 255) = 20.95%
R=47.30%
G=31.75%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491006600.330.560.4224.5838.642.16
Hex956442021382A19272a
Octal2251441020417052314752
Binary1001010111001001000010010000111100010101011001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956442; }

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

 H1.HeaderClassName
 {
   color: #956442;
 }
 .AnyTagClassName
 {
   color: #956442;
 }
</style>
background-color css

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

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

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

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

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

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