Html Css Color HEX #6D2827 Auburn

📋 copy color: '#6D2827'

red 109 ◦ green 40 ◦ blue 39

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

Shades of Auburn #6D2827

Tints of Auburn #6D2827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.28%

 BLUE value IS 39 (15.63% from 255) = 20.74%

R = 57.98%
G = 21.28%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#6D2827 (or 0x6D2827) is known color: Auburn. HEX triplet: 6D, 28 and 27. RGB value is (109,40,39). Sum of RGB (Red+Green+Blue) = 109+40+39=188 (24% of max value = 765). Red value is 109 (42.97% from 255 or 57.98% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2827 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2827 is #92D7D8. Grayscale: #3C3C3C. Windows color (decimal): -9623513 or 2566253. OLE color: 2566253.

HSL color Cylindrical-coordinate representation of color #6D2827: hue angle of 0.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D2827 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 40 39 -
CMYK 0 0.63 0.64 0.57
HSL 0.86º 0.47% 0.29% -
HSV(B) 0.86º 0.64% 0.43% -
XYZ 7.43 4.92 2.48 -
YUV 60.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 109 40 39 0 0.63 0.64 0.57 0.86 0.47 0.29
Hex 6D 28 27 0 3F 40 39 1 2F 1D
Octal 155 50 47 0 77 100 71 1 57 35
Binary 1101101 101000 100111 0 111111 1000000 111001 1 101111 11101

Color Harmonies of #6D2827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2827

Black with #6D2827

Text Example


Text Example

White with #6D2827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,40,39); }

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

background-color css

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

 a { background-color: rgb(109,40,39); }

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

border-color css

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

 span { border-color: rgb(109,40,39); }

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