Html Css Color HEX #6C2525 Auburn

📋 copy color: '#6C2525'

red 108 ◦ green 37 ◦ blue 37

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

Shades of Auburn #6C2525

Tints of Auburn #6C2525

RGB

 RED value IS 108 (42.58% from 255) = 59.34%

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

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

R = 59.34%
G = 20.33%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.58

RGB Variations

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

Color information

#6C2525 (or 0x6C2525) is known color: Auburn. HEX triplet: 6C, 25 and 25. RGB value is (108,37,37). Sum of RGB (Red+Green+Blue) = 108+37+37=182 (24% of max value = 765). Red value is 108 (42.58% from 255 or 59.34% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2525 is #93DADA. Grayscale: #3A3A3A. Windows color (decimal): -9689819 or 2434412. OLE color: 2434412.

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

Color convert

RGB 108 37 37 -
CMYK 0 0.66 0.66 0.58
HSL 0.49% 0.28% -
HSV(B) 0.66% 0.42% -
XYZ 7.18 4.64 2.27 -
YUV 58.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 108 37 37 0 0.66 0.66 0.58 0 0.49 0.28
Hex 6C 25 25 0 42 42 3A 0 31 1C
Octal 154 45 45 0 102 102 72 0 61 34
Binary 1101100 100101 100101 0 1000010 1000010 111010 0 110001 11100

Color Harmonies of #6C2525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2525

Black with #6C2525

Text Example


Text Example

White with #6C2525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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