#6F2936

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

Shades of Claret #6F2936

Tints of Claret #6F2936

Color information

#6F2936 (or 0x6F2936) is unknown color: approx Claret. HEX triplet: 6F, 29 and 36. RGB value is (111,41,54). Sum of RGB (Red+Green+Blue) = 111+41+54=206 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.88% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2936 is #90D6C9. Grayscale: #3F3F3F. Windows color (decimal): -9492170 or 3549551. OLE color: 3549551.

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

Color convert

RGB1114154-
CMYK00.630.510.56
HSL348.86º46.05%29.8%-
HSV(B)348.86º63.06%43.53%-
XYZ8.015.234.08-
YUV63.41122.69161.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.88%
GREEN value IS 41 (16.41% from 255) = 19.90%
BLUE value IS 54 (21.48% from 255) = 26.21%
R=53.88%
G=19.90%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111415400.630.510.56348.8646.0529.8
Hex6F293603F333815d2e1e
Octal157516607763705355636
Binary1101111101001110110011111111001111100010101110110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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