#A65C41

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

Shades of Sepia #A65C41

Tints of Sepia #A65C41

Color information

#A65C41 (or 0xA65C41) is unknown color: approx Sepia. HEX triplet: A6, 5C and 41. RGB value is (166,92,65). Sum of RGB (Red+Green+Blue) = 166+92+65=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65C41 is #59A3BE. Grayscale: #6F6F6F. Windows color (decimal): -5874623 or 4283558. OLE color: 4283558.

HSL color Cylindrical-coordinate representation of color #A65C41: hue angle of 16.04º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A65C41 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB1669265-
CMYK00.450.610.35
HSL16.04º43.72%45.29%-
HSV(B)16.04º60.84%65.1%-
XYZ20.5116.147.04-
YUV111.05102.02167.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.39%
GREEN value IS 92 (36.33% from 255) = 28.48%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=51.39%
G=28.48%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166926500.450.610.3516.0443.7245.29
HexA65C4102D3D23102c2d
Octal2461341010557543205455
Binary1010011010111001000001010110111110110001110000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65C41; }

 p { color: rgb(166,92,65); }

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

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

 a { background-color: rgb(166,92,65); }

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

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

 span { border-color: rgb(166,92,65); }

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