Html Css Color HEX #6A2A25 Auburn

📋 copy color: '#6A2A25'

red 106 ◦ green 42 ◦ blue 37

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

Shades of Auburn #6A2A25

Tints of Auburn #6A2A25

RGB

 RED value IS 106 (41.8% from 255) = 57.3%

 GREEN value IS 42 (16.8% from 255) = 22.7%

 BLUE value IS 37 (14.84% from 255) = 20%

R = 57.3%
G = 22.7%
B = 20%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#6A2A25 (or 0x6A2A25) is known color: Auburn. HEX triplet: 6A, 2A and 25. RGB value is (106,42,37). Sum of RGB (Red+Green+Blue) = 106+42+37=185 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.30% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2A25 is #95D5DA. Grayscale: #3C3C3C. Windows color (decimal): -9819611 or 2435690. OLE color: 2435690.

HSL color Cylindrical-coordinate representation of color #6A2A25: hue angle of 4.35º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A2A25 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 42 37 -
CMYK 0 0.60 0.65 0.58
HSL 4.35º 0.48% 0.28% -
HSV(B) 4.35º 0.65% 0.42% -
XYZ 7.11 4.85 2.31 -
YUV 60.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 106 42 37 0 0.60 0.65 0.58 4.35 0.48 0.28
Hex 6A 2A 25 0 3C 41 3A 4 30 1C
Octal 152 52 45 0 74 101 72 4 60 34
Binary 1101010 101010 100101 0 111100 1000001 111010 100 110000 11100

Color Harmonies of #6A2A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2A25

Black with #6A2A25

Text Example


Text Example

White with #6A2A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A2A25; }

 p { color: rgb(106,42,37); }

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

background-color css

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

 a { background-color: rgb(106,42,37); }

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

border-color css

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

 span { border-color: rgb(106,42,37); }

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