#6D2937

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

Shades of Claret #6D2937

Tints of Claret #6D2937

Color information

#6D2937 (or 0x6D2937) is unknown color: approx Claret. HEX triplet: 6D, 29 and 37. RGB value is (109,41,55). Sum of RGB (Red+Green+Blue) = 109+41+55=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2937 is #92D6C8. Grayscale: #3E3E3E. Windows color (decimal): -9623241 or 3615085. OLE color: 3615085.

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

Color convert

RGB1094155-
CMYK00.620.500.57
HSL347.65º45.33%29.41%-
HSV(B)347.65º62.39%42.75%-
XYZ7.795.114.19-
YUV62.93123.53160.86-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 53.17%
GREEN value IS 41 (16.41% from 255) = 20%
BLUE value IS 55 (21.88% from 255) = 26.83%
R=53.17%
G=20%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109415500.620.500.57347.6545.3329.41
Hex6D293703E323915c2d1d
Octal155516707662715345535
Binary1101101101001110111011111011001011100110101110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,41,55); }

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

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

 a { background-color: rgb(109,41,55); }

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

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

 span { border-color: rgb(109,41,55); }

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