Html Css Color HEX #A6593F Sepia

📋 copy color: '#A6593F'

red 166 ◦ green 89 ◦ blue 63

#A6593F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sepia #A6593F

Tints of Sepia #A6593F

RGB

 RED value IS 166 (65.23% from 255) = 52.2%

 GREEN value IS 89 (35.16% from 255) = 27.99%

 BLUE value IS 63 (25% from 255) = 19.81%

R = 52.2%
G = 27.99%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A6593F (or 0xA6593F) is known color: Sepia. HEX triplet: A6, 59 and 3F. RGB value is (166,89,63). Sum of RGB (Red+Green+Blue) = 166+89+63=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A6593F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6593F is #59A6C0. Grayscale: #6D6D6D. Windows color (decimal): -5875393 or 4151718. OLE color: 4151718.

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

Color convert

RGB 166 89 63 -
CMYK 0 0.46 0.62 0.35
HSL 15.15º 0.45% 0.45% -
HSV(B) 15.15º 0.62% 0.65% -
XYZ 20.2 15.61 6.65 -
YUV 109.06 102.01 168.61 -
System Red Green Blue C M Y K H S L
Decimal 166 89 63 0 0.46 0.62 0.35 15.15 0.45 0.45
Hex A6 59 3F 0 2E 3E 23 F 2D 2D
Octal 246 131 77 0 56 76 43 17 55 55
Binary 10100110 1011001 111111 0 101110 111110 100011 1111 101101 101101

Color Harmonies of #A6593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6593F

Black with #A6593F

Text Example


Text Example

White with #A6593F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6593F; }

 p { color: rgb(166,89,63); }

 H1.HeaderClassName
 {
   color: #A6593F;
 }
 .AnyTagClassName
 {
   color: #A6593F;
 }
</style>

background-color css

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

 a { background-color: rgb(166,89,63); }

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

border-color css

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

 span { border-color: rgb(166,89,63); }

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