#6B0C2E

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

Shades of Claret #6B0C2E

Tints of Claret #6B0C2E

Color information

#6B0C2E (or 0x6B0C2E) is unknown color: approx Claret. HEX triplet: 6B, 0C and 2E. RGB value is (107,12,46). Sum of RGB (Red+Green+Blue) = 107+12+46=165 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.85% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0C2E is #94F3D1. Grayscale: #2C2C2C. Windows color (decimal): -9761746 or 3017835. OLE color: 3017835.

HSL color Cylindrical-coordinate representation of color #6B0C2E: hue angle of 338.53º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B0C2E is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB1071246-
CMYK00.890.570.58
HSL338.53º79.83%23.33%-
HSV(B)338.53º88.79%41.96%-
XYZ6.693.592.92-
YUV44.28128.97172.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 64.85%
GREEN value IS 12 (5.08% from 255) = 7.27%
BLUE value IS 46 (18.36% from 255) = 27.88%
R=64.85%
G=7.27%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107124600.890.570.58338.5379.8323.33
Hex6BC2E059393A1535017
Octal15314560131717252312027
Binary1101011110010111001011001111001111010101010011101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,12,46); }

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

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

 a { background-color: rgb(107,12,46); }

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

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

 span { border-color: rgb(107,12,46); }

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