Html Css Color HEX #A6583F Sepia

📋 copy color: '#A6583F'

red 166 ◦ green 88 ◦ blue 63

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

Shades of Sepia #A6583F

Tints of Sepia #A6583F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.76%

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

R = 52.37%
G = 27.76%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A6583F (or 0xA6583F) is known color: Sepia. HEX triplet: A6, 58 and 3F. RGB value is (166,88,63). Sum of RGB (Red+Green+Blue) = 166+88+63=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A6583F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6583F is #59A7C0. Grayscale: #6C6C6C. Windows color (decimal): -5875649 or 4151462. OLE color: 4151462.

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

Color convert

RGB 166 88 63 -
CMYK 0 0.47 0.62 0.35
HSL 14.56º 0.45% 0.45% -
HSV(B) 14.56º 0.62% 0.65% -
XYZ 20.11 15.45 6.62 -
YUV 108.47 102.34 169.03 -
System Red Green Blue C M Y K H S L
Decimal 166 88 63 0 0.47 0.62 0.35 14.56 0.45 0.45
Hex A6 58 3F 0 2F 3E 23 F 2D 2D
Octal 246 130 77 0 57 76 43 17 55 55
Binary 10100110 1011000 111111 0 101111 111110 100011 1111 101101 101101

Color Harmonies of #A6583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6583F

Black with #A6583F

Text Example


Text Example

White with #A6583F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6583F; }

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

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

background-color css

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

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

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

border-color css

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

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

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