#6C2935

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

Shades of Claret #6C2935

Tints of Claret #6C2935

Color information

#6C2935 (or 0x6C2935) is unknown color: approx Claret. HEX triplet: 6C, 29 and 35. RGB value is (108,41,53). Sum of RGB (Red+Green+Blue) = 108+41+53=202 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.47% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2935 is #93D6CA. Grayscale: #3E3E3E. Windows color (decimal): -9688779 or 3484012. OLE color: 3484012.

HSL color Cylindrical-coordinate representation of color #6C2935: hue angle of 349.25º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C2935 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB1084153-
CMYK00.620.510.58
HSL349.25º44.97%29.22%-
HSV(B)349.25º62.04%42.35%-
XYZ7.625.033.94-
YUV62.4122.7160.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.47%
GREEN value IS 41 (16.41% from 255) = 20.30%
BLUE value IS 53 (21.09% from 255) = 26.24%
R=53.47%
G=20.30%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108415300.620.510.58349.2544.9729.22
Hex6C293503E333A15d2d1d
Octal154516507663725355535
Binary1101100101001110101011111011001111101010101110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,41,53); }

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

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

 a { background-color: rgb(108,41,53); }

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

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

 span { border-color: rgb(108,41,53); }

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