Html Css Color HEX #A6593D Sepia

📋 copy color: '#A6593D'

red 166 ◦ green 89 ◦ blue 61

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

Shades of Sepia #A6593D

Tints of Sepia #A6593D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.3%

R = 52.53%
G = 28.16%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6593D (or 0xA6593D) is known color: Sepia. HEX triplet: A6, 59 and 3D. RGB value is (166,89,61). Sum of RGB (Red+Green+Blue) = 166+89+61=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A6593D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6593D is #59A6C2. Grayscale: #6D6D6D. Windows color (decimal): -5875395 or 4020646. OLE color: 4020646.

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

Color convert

RGB 166 89 61 -
CMYK 0 0.46 0.63 0.35
HSL 16º 0.46% 0.45% -
HSV(B) 16º 0.63% 0.65% -
XYZ 20.14 15.59 6.36 -
YUV 108.83 101.01 168.78 -
System Red Green Blue C M Y K H S L
Decimal 166 89 61 0 0.46 0.63 0.35 16 0.46 0.45
Hex A6 59 3D 0 2E 3F 23 10 2E 2D
Octal 246 131 75 0 56 77 43 20 56 55
Binary 10100110 1011001 111101 0 101110 111111 100011 10000 101110 101101

Color Harmonies of #A6593D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6593D

Black with #A6593D

Text Example


Text Example

White with #A6593D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6593D; }

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

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

background-color css

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

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

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

border-color css

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

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

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