#6F212E

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

Shades of Claret #6F212E

Tints of Claret #6F212E

Color information

#6F212E (or 0x6F212E) is unknown color: approx Claret. HEX triplet: 6F, 21 and 2E. RGB value is (111,33,46). Sum of RGB (Red+Green+Blue) = 111+33+46=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F212E is #90DED1. Grayscale: #393939. Windows color (decimal): -9494226 or 3023215. OLE color: 3023215.

HSL color Cylindrical-coordinate representation of color #6F212E: hue angle of 350º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F212E is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1113346-
CMYK00.700.590.56
HSL350º54.17%28.24%-
HSV(B)350º70.27%43.53%-
XYZ7.594.663.08-
YUV57.8121.34165.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 58.42%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 46 (18.36% from 255) = 24.21%
R=58.42%
G=17.37%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111334600.700.590.5635054.1728.24
Hex6F212E0463B3815e361c
Octal1574156010673705366634
Binary11011111000011011100100011011101111100010101111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,33,46); }

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

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

 a { background-color: rgb(111,33,46); }

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

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

 span { border-color: rgb(111,33,46); }

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