Html Css Color HEX #A6563F Sepia

📋 copy color: '#A6563F'

red 166 ◦ green 86 ◦ blue 63

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

Shades of Sepia #A6563F

Tints of Sepia #A6563F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.3%

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

R = 52.7%
G = 27.3%
B = 20%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A6563F (or 0xA6563F) is known color: Sepia. HEX triplet: A6, 56 and 3F. RGB value is (166,86,63). Sum of RGB (Red+Green+Blue) = 166+86+63=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A6563F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6563F is #59A9C0. Grayscale: #6B6B6B. Windows color (decimal): -5876161 or 4150950. OLE color: 4150950.

HSL color Cylindrical-coordinate representation of color #A6563F: hue angle of 13.4º 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 #A6563F is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 86 63 -
CMYK 0 0.48 0.62 0.35
HSL 13.4º 0.45% 0.45% -
HSV(B) 13.4º 0.62% 0.65% -
XYZ 19.95 15.12 6.57 -
YUV 107.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 166 86 63 0 0.48 0.62 0.35 13.4 0.45 0.45
Hex A6 56 3F 0 30 3E 23 D 2D 2D
Octal 246 126 77 0 60 76 43 15 55 55
Binary 10100110 1010110 111111 0 110000 111110 100011 1101 101101 101101

Color Harmonies of #A6563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6563F

Black with #A6563F

Text Example


Text Example

White with #A6563F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6563F; }

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

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

background-color css

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

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

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

border-color css

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

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

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