#6E2936

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

Shades of Claret #6E2936

Tints of Claret #6E2936

Color information

#6E2936 (or 0x6E2936) is unknown color: approx Claret. HEX triplet: 6E, 29 and 36. RGB value is (110,41,54). Sum of RGB (Red+Green+Blue) = 110+41+54=205 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.66% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2936 is #91D6C9. Grayscale: #3F3F3F. Windows color (decimal): -9557706 or 3549550. OLE color: 3549550.

HSL color Cylindrical-coordinate representation of color #6E2936: hue angle of 348.7º 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 #6E2936 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.57.

Color convert

RGB1104154-
CMYK00.630.510.57
HSL348.7º45.7%29.61%-
HSV(B)348.7º62.73%43.14%-
XYZ7.895.174.07-
YUV63.11122.86161.44-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 53.66%
GREEN value IS 41 (16.41% from 255) = 20%
BLUE value IS 54 (21.48% from 255) = 26.34%
R=53.66%
G=20%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110415400.630.510.57348.745.729.61
Hex6E293603F333915d2e1e
Octal156516607763715355636
Binary1101110101001110110011111111001111100110101110110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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