#956043

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

Shades of Sepia #956043

Tints of Sepia #956043

Color information

#956043 (or 0x956043) is unknown color: approx Sepia. HEX triplet: 95, 60 and 43. RGB value is (149,96,67). Sum of RGB (Red+Green+Blue) = 149+96+67=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #956043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956043 is #6A9FBC. Grayscale: #6C6C6C. Windows color (decimal): -6987709 or 4415637. OLE color: 4415637.

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

Color convert

RGB1499667-
CMYK00.360.550.42
HSL21.22º37.96%42.35%-
HSV(B)21.22º55.03%58.43%-
XYZ17.5915.167.31-
YUV108.54104.56156.86-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.76%
GREEN value IS 96 (37.89% from 255) = 30.77%
BLUE value IS 67 (26.56% from 255) = 21.47%
R=47.76%
G=30.77%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149966700.360.550.4221.2237.9642.35
Hex956043024372A15262a
Octal2251401030446752254652
Binary1001010111000001000011010010011011110101010101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956043; }

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

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

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

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

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

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

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

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