#6F2937

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

Shades of Claret #6F2937

Tints of Claret #6F2937

Color information

#6F2937 (or 0x6F2937) is unknown color: approx Claret. HEX triplet: 6F, 29 and 37. RGB value is (111,41,55). Sum of RGB (Red+Green+Blue) = 111+41+55=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2937 is #90D6C8. Grayscale: #3F3F3F. Windows color (decimal): -9492169 or 3615087. OLE color: 3615087.

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

Color convert

RGB1114155-
CMYK00.630.500.56
HSL348º46.05%29.8%-
HSV(B)348º63.06%43.53%-
XYZ8.045.244.2-
YUV63.53123.19161.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.62%
GREEN value IS 41 (16.41% from 255) = 19.81%
BLUE value IS 55 (21.88% from 255) = 26.57%
R=53.62%
G=19.81%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111415500.630.500.5634846.0529.8
Hex6F293703F323815c2e1e
Octal157516707762705345636
Binary1101111101001110111011111111001011100010101110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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