#6A212F

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

Shades of Claret #6A212F

Tints of Claret #6A212F

Color information

#6A212F (or 0x6A212F) is unknown color: approx Claret. HEX triplet: 6A, 21 and 2F. RGB value is (106,33,47). Sum of RGB (Red+Green+Blue) = 106+33+47=186 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.99% from 186); Green value is 33 (13.28% from 255 or 17.74% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 106 - color contains mainly: red. Hex color #6A212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A212F is #95DED0. Grayscale: #383838. Windows color (decimal): -9821905 or 3088746. OLE color: 3088746.

HSL color Cylindrical-coordinate representation of color #6A212F: hue angle of 348.49º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A212F is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB1063347-
CMYK00.690.560.58
HSL348.49º52.52%27.25%-
HSV(B)348.49º68.87%41.57%-
XYZ74.363.16-
YUV56.42122.68163.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.99%
GREEN value IS 33 (13.28% from 255) = 17.74%
BLUE value IS 47 (18.75% from 255) = 25.27%
R=56.99%
G=17.74%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106334700.690.560.58348.4952.5227.25
Hex6A212F045383A15c351b
Octal1524157010570725346533
Binary11010101000011011110100010111100011101010101110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,33,47); }

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

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

 a { background-color: rgb(106,33,47); }

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

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

 span { border-color: rgb(106,33,47); }

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