#662934

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

Shades of Claret #662934

Tints of Claret #662934

Color information

#662934 (or 0x662934) is unknown color: approx Claret. HEX triplet: 66, 29 and 34. RGB value is (102,41,52). Sum of RGB (Red+Green+Blue) = 102+41+52=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #662934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662934 is #99D6CB. Grayscale: #3C3C3C. Windows color (decimal): -10081996 or 3418470. OLE color: 3418470.

HSL color Cylindrical-coordinate representation of color #662934: hue angle of 349.18º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #662934 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB1024152-
CMYK00.600.490.6
HSL349.18º42.66%28.04%-
HSV(B)349.18º59.8%40%-
XYZ6.894.663.78-
YUV60.49123.21157.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 41 (16.41% from 255) = 21.03%
BLUE value IS 52 (20.70% from 255) = 26.67%
R=52.31%
G=21.03%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102415200.600.490.6349.1842.6628.04
Hex66293403C313C15d2b1c
Octal146516407461745355334
Binary1100110101001110100011110011000111110010101110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662934; }

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

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

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

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

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

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

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

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