#956343

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

Shades of Dark Tan #956343

Tints of Dark Tan #956343

Color information

#956343 (or 0x956343) is unknown color: approx Dark Tan. HEX triplet: 95, 63 and 43. RGB value is (149,99,67). Sum of RGB (Red+Green+Blue) = 149+99+67=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #956343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956343 is #6A9CBC. Grayscale: #6E6E6E. Windows color (decimal): -6986941 or 4416405. OLE color: 4416405.

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

Color convert

RGB1499967-
CMYK00.340.550.42
HSL23.41º37.96%42.35%-
HSV(B)23.41º55.03%58.43%-
XYZ17.8715.727.4-
YUV110.3103.56155.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.30%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 67 (26.56% from 255) = 21.27%
R=47.30%
G=31.43%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149996700.340.550.4223.4137.9642.35
Hex956343022372A17262a
Octal2251431030426752274652
Binary1001010111000111000011010001011011110101010111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956343; }

 p { color: rgb(149,99,67); }

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

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

 a { background-color: rgb(149,99,67); }

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

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

 span { border-color: rgb(149,99,67); }

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