#6A212E

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

Shades of Claret #6A212E

Tints of Claret #6A212E

Color information

#6A212E (or 0x6A212E) is unknown color: approx Claret. HEX triplet: 6A, 21 and 2E. RGB value is (106,33,46). Sum of RGB (Red+Green+Blue) = 106+33+46=185 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.30% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 106 - color contains mainly: red. Hex color #6A212E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A212E is #95DED1. Grayscale: #383838. Windows color (decimal): -9821906 or 3023210. OLE color: 3023210.

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

Color convert

RGB1063346-
CMYK00.690.570.58
HSL349.32º52.52%27.25%-
HSV(B)349.32º68.87%41.57%-
XYZ6.984.353.06-
YUV56.31122.18163.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 57.30%
GREEN value IS 33 (13.28% from 255) = 17.84%
BLUE value IS 46 (18.36% from 255) = 24.86%
R=57.30%
G=17.84%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106334600.690.570.58349.3252.5227.25
Hex6A212E045393A15d351b
Octal1524156010571725356533
Binary11010101000011011100100010111100111101010101110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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