Html Css Color HEX #6A2525 Auburn

📋 copy color: '#6A2525'

red 106 ◦ green 37 ◦ blue 37

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

Shades of Auburn #6A2525

Tints of Auburn #6A2525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.56%

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

R = 58.89%
G = 20.56%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#6A2525 (or 0x6A2525) is known color: Auburn. HEX triplet: 6A, 25 and 25. RGB value is (106,37,37). Sum of RGB (Red+Green+Blue) = 106+37+37=180 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.89% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2525 is #95DADA. Grayscale: #393939. Windows color (decimal): -9820891 or 2434410. OLE color: 2434410.

HSL color Cylindrical-coordinate representation of color #6A2525: hue angle of 0º 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 #6A2525 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 37 37 -
CMYK 0 0.65 0.65 0.58
HSL 0.48% 0.28% -
HSV(B) 0.65% 0.42% -
XYZ 6.94 4.52 2.26 -
YUV 57.63 116.36 162.5 -
System Red Green Blue C M Y K H S L
Decimal 106 37 37 0 0.65 0.65 0.58 0 0.48 0.28
Hex 6A 25 25 0 41 41 3A 0 30 1C
Octal 152 45 45 0 101 101 72 0 60 34
Binary 1101010 100101 100101 0 1000001 1000001 111010 0 110000 11100

Color Harmonies of #6A2525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2525

Black with #6A2525

Text Example


Text Example

White with #6A2525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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