#6C102D

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

Shades of Claret #6C102D

Tints of Claret #6C102D

Color information

#6C102D (or 0x6C102D) is unknown color: approx Claret. HEX triplet: 6C, 10 and 2D. RGB value is (108,16,45). Sum of RGB (Red+Green+Blue) = 108+16+45=169 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.91% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 108 - color contains mainly: red. Hex color #6C102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C102D is #93EFD2. Grayscale: #2E2E2E. Windows color (decimal): -9695187 or 2953324. OLE color: 2953324.

HSL color Cylindrical-coordinate representation of color #6C102D: hue angle of 341.09º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C102D is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1081645-
CMYK00.850.580.58
HSL341.09º74.19%24.31%-
HSV(B)341.09º85.19%42.35%-
XYZ6.843.752.85-
YUV46.81126.98171.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 63.91%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 45 (17.97% from 255) = 26.63%
R=63.91%
G=9.47%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108164500.850.580.58341.0974.1924.31
Hex6C102D0553A3A1554a18
Octal15420550125727252511230
Binary11011001000010110101010101111010111010101010101100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C102D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,16,45); }

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

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

 a { background-color: rgb(108,16,45); }

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

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

 span { border-color: rgb(108,16,45); }

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