#6E2937

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

Shades of Claret #6E2937

Tints of Claret #6E2937

Color information

#6E2937 (or 0x6E2937) is unknown color: approx Claret. HEX triplet: 6E, 29 and 37. RGB value is (110,41,55). Sum of RGB (Red+Green+Blue) = 110+41+55=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2937 is #91D6C8. Grayscale: #3F3F3F. Windows color (decimal): -9557705 or 3615086. OLE color: 3615086.

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

Color convert

RGB1104155-
CMYK00.630.50.57
HSL347.83º45.7%29.61%-
HSV(B)347.83º62.73%43.14%-
XYZ7.915.184.2-
YUV63.23123.36161.36-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 53.40%
GREEN value IS 41 (16.41% from 255) = 19.90%
BLUE value IS 55 (21.88% from 255) = 26.70%
R=53.40%
G=19.90%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.5
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110415500.630.50.57347.8345.729.61
Hex6E293703F323915c2e1e
Octal156516707762715345636
Binary1101110101001110111011111111001011100110101110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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