Html Css Color HEX #A65C3E Sepia

📋 copy color: '#A65C3E'

red 166 ◦ green 92 ◦ blue 62

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

Shades of Sepia #A65C3E

Tints of Sepia #A65C3E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.75%

 BLUE value IS 62 (24.61% from 255) = 19.38%

R = 51.88%
G = 28.75%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A65C3E (or 0xA65C3E) is known color: Sepia. HEX triplet: A6, 5C and 3E. RGB value is (166,92,62). Sum of RGB (Red+Green+Blue) = 166+92+62=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65C3E is #59A3C1. Grayscale: #6E6E6E. Windows color (decimal): -5874626 or 4086950. OLE color: 4086950.

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

Color convert

RGB 166 92 62 -
CMYK 0 0.45 0.63 0.35
HSL 17.31º 0.46% 0.45% -
HSV(B) 17.31º 0.63% 0.65% -
XYZ 20.42 16.11 6.59 -
YUV 110.71 100.52 167.44 -
System Red Green Blue C M Y K H S L
Decimal 166 92 62 0 0.45 0.63 0.35 17.31 0.46 0.45
Hex A6 5C 3E 0 2D 3F 23 11 2E 2D
Octal 246 134 76 0 55 77 43 21 56 55
Binary 10100110 1011100 111110 0 101101 111111 100011 10001 101110 101101

Color Harmonies of #A65C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C3E

Black with #A65C3E

Text Example


Text Example

White with #A65C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C3E; }

 p { color: rgb(166,92,62); }

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

background-color css

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

 a { background-color: rgb(166,92,62); }

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

border-color css

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

 span { border-color: rgb(166,92,62); }

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