#6D2826

Color #6D2826 Auburn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Auburn #6D2826

Tints of Auburn #6D2826

Color information

#6D2826 (or 0x6D2826) is unknown color: approx Auburn. HEX triplet: 6D, 28 and 26. RGB value is (109,40,38). Sum of RGB (Red+Green+Blue) = 109+40+38=187 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.29% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2826 is #92D7D9. Grayscale: #3C3C3C. Windows color (decimal): -9623514 or 2500717. OLE color: 2500717.

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

Color convert

RGB1094038-
CMYK00.630.650.57
HSL1.69º48.3%28.82%-
HSV(B)1.69º65.14%42.75%-
XYZ7.424.912.39-
YUV60.4115.36162.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 58.29%
GREEN value IS 40 (16.02% from 255) = 21.39%
BLUE value IS 38 (15.23% from 255) = 20.32%
R=58.29%
G=21.39%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109403800.630.650.571.6948.328.82
Hex6D282603F41392301d
Octal15550460771017126035
Binary1101101101000100110011111110000011110011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D2826;
 }
 .AnyTagClassName
 {
   color: #6D2826;
 }
</style>
background-color css

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

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

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

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

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

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