#6D251F

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

Shades of Auburn #6D251F

Tints of Auburn #6D251F

Color information

#6D251F (or 0x6D251F) is unknown color: approx Auburn. HEX triplet: 6D, 25 and 1F. RGB value is (109,37,31). Sum of RGB (Red+Green+Blue) = 109+37+31=177 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.58% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 109 - color contains mainly: red. Hex color #6D251F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D251F is #92DAE0. Grayscale: #393939. Windows color (decimal): -9624289 or 2041197. OLE color: 2041197.

HSL color Cylindrical-coordinate representation of color #6D251F: hue angle of 4.62º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D251F is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.57.

Color convert

RGB1093731-
CMYK00.660.720.57
HSL4.62º55.71%27.45%-
HSV(B)4.62º71.56%42.75%-
XYZ7.224.671.82-
YUV57.84112.85164.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 61.58%
GREEN value IS 37 (14.84% from 255) = 20.90%
BLUE value IS 31 (12.5% from 255) = 17.51%
R=61.58%
G=20.90%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109373100.660.720.574.6255.7127.45
Hex6D251F04248395381b
Octal155453701021107157033
Binary11011011001011111101000010100100011100110111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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