#6D2C2B

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

Shades of Auburn #6D2C2B

Tints of Auburn #6D2C2B

Color information

#6D2C2B (or 0x6D2C2B) is unknown color: approx Auburn. HEX triplet: 6D, 2C and 2B. RGB value is (109,44,43). Sum of RGB (Red+Green+Blue) = 109+44+43=196 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.61% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2C2B is #92D3D4. Grayscale: #3F3F3F. Windows color (decimal): -9622485 or 2829421. OLE color: 2829421.

HSL color Cylindrical-coordinate representation of color #6D2C2B: hue angle of 0.91º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D2C2B is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB1094443-
CMYK00.600.610.57
HSL0.91º43.42%29.8%-
HSV(B)0.91º60.55%42.75%-
XYZ7.645.232.89-
YUV63.32116.53160.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 55.61%
GREEN value IS 44 (17.58% from 255) = 22.45%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=55.61%
G=22.45%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109444300.600.610.570.9143.4229.8
Hex6D2C2B03C3D3912b1e
Octal1555453074757115336
Binary11011011011001010110111100111101111001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,44,43); }

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

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

 a { background-color: rgb(109,44,43); }

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

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

 span { border-color: rgb(109,44,43); }

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