Html Css Color HEX #6D2521 Auburn

📋 copy color: '#6D2521'

red 109 ◦ green 37 ◦ blue 33

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

Shades of Auburn #6D2521

Tints of Auburn #6D2521

RGB

 RED value IS 109 (42.97% from 255) = 60.89%

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

 BLUE value IS 33 (13.28% from 255) = 18.44%

R = 60.89%
G = 20.67%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.57

RGB Variations

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

Color information

#6D2521 (or 0x6D2521) is known color: Auburn. HEX triplet: 6D, 25 and 21. RGB value is (109,37,33). Sum of RGB (Red+Green+Blue) = 109+37+33=179 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.89% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2521 is #92DADE. Grayscale: #3A3A3A. Windows color (decimal): -9624287 or 2172269. OLE color: 2172269.

HSL color Cylindrical-coordinate representation of color #6D2521: hue angle of 3.16º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D2521 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 37 33 -
CMYK 0 0.66 0.70 0.57
HSL 3.16º 0.54% 0.28% -
HSV(B) 3.16º 0.7% 0.43% -
XYZ 7.24 4.68 1.96 -
YUV 58.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 109 37 33 0 0.66 0.70 0.57 3.16 0.54 0.28
Hex 6D 25 21 0 42 46 39 3 36 1C
Octal 155 45 41 0 102 106 71 3 66 34
Binary 1101101 100101 100001 0 1000010 1000110 111001 11 110110 11100

Color Harmonies of #6D2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2521

Black with #6D2521

Text Example


Text Example

White with #6D2521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,37,33); }

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

background-color css

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

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

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

border-color css

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

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

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