#6B2934

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

Shades of Claret #6B2934

Tints of Claret #6B2934

Color information

#6B2934 (or 0x6B2934) is unknown color: approx Claret. HEX triplet: 6B, 29 and 34. RGB value is (107,41,52). Sum of RGB (Red+Green+Blue) = 107+41+52=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 41 (16.41% from 255 or 20.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2934 is #94D6CB. Grayscale: #3E3E3E. Windows color (decimal): -9754316 or 3418475. OLE color: 3418475.

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

Color convert

RGB1074152-
CMYK00.620.510.58
HSL350º44.59%29.02%-
HSV(B)350º61.68%41.96%-
XYZ7.484.963.81-
YUV61.99122.37160.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.5%
GREEN value IS 41 (16.41% from 255) = 20.5%
BLUE value IS 52 (20.70% from 255) = 26%
R=53.5%
G=20.5%
B=26%

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
Decimal107415200.620.510.5835044.5929.02
Hex6B293403E333A15e2d1d
Octal153516407663725365535
Binary1101011101001110100011111011001111101010101111010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,41,52); }

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

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

 a { background-color: rgb(107,41,52); }

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

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

 span { border-color: rgb(107,41,52); }

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