Html Css Color HEX #A65840 Sepia

📋 copy color: '#A65840'

red 166 ◦ green 88 ◦ blue 64

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

Shades of Sepia #A65840

Tints of Sepia #A65840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.13%

R = 52.2%
G = 27.67%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A65840 (or 0xA65840) is known color: Sepia. HEX triplet: A6, 58 and 40. RGB value is (166,88,64). Sum of RGB (Red+Green+Blue) = 166+88+64=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A65840 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65840 is #59A7BF. Grayscale: #6C6C6C. Windows color (decimal): -5875648 or 4216998. OLE color: 4216998.

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

Color convert

RGB 166 88 64 -
CMYK 0 0.47 0.61 0.35
HSL 14.12º 0.44% 0.45% -
HSV(B) 14.12º 0.61% 0.65% -
XYZ 20.14 15.46 6.77 -
YUV 108.59 102.84 168.95 -
System Red Green Blue C M Y K H S L
Decimal 166 88 64 0 0.47 0.61 0.35 14.12 0.44 0.45
Hex A6 58 40 0 2F 3D 23 E 2C 2D
Octal 246 130 100 0 57 75 43 16 54 55
Binary 10100110 1011000 1000000 0 101111 111101 100011 1110 101100 101101

Color Harmonies of #A65840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65840

Black with #A65840

Text Example


Text Example

White with #A65840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65840; }

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

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

background-color css

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

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

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

border-color css

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

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

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