Html Css Color HEX #A65C41 Sepia

📋 copy color: '#A65C41'

red 166 ◦ green 92 ◦ blue 65

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

Shades of Sepia #A65C41

Tints of Sepia #A65C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.12%

R = 51.39%
G = 28.48%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A65C41 (or 0xA65C41) is known color: Sepia. HEX triplet: A6, 5C and 41. RGB value is (166,92,65). Sum of RGB (Red+Green+Blue) = 166+92+65=323 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.39% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65C41 is #59A3BE. Grayscale: #6F6F6F. Windows color (decimal): -5874623 or 4283558. OLE color: 4283558.

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

Color convert

RGB 166 92 65 -
CMYK 0 0.45 0.61 0.35
HSL 16.04º 0.44% 0.45% -
HSV(B) 16.04º 0.61% 0.65% -
XYZ 20.51 16.14 7.04 -
YUV 111.05 102.02 167.2 -
System Red Green Blue C M Y K H S L
Decimal 166 92 65 0 0.45 0.61 0.35 16.04 0.44 0.45
Hex A6 5C 41 0 2D 3D 23 10 2C 2D
Octal 246 134 101 0 55 75 43 20 54 55
Binary 10100110 1011100 1000001 0 101101 111101 100011 10000 101100 101101

Color Harmonies of #A65C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C41

Black with #A65C41

Text Example


Text Example

White with #A65C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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