#662930

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

Shades of Monarch #662930

Tints of Monarch #662930

Color information

#662930 (or 0x662930) is unknown color: approx Monarch. HEX triplet: 66, 29 and 30. RGB value is (102,41,48). Sum of RGB (Red+Green+Blue) = 102+41+48=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 41 (16.41% from 255 or 21.47% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #662930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662930 is #99D6CF. Grayscale: #3C3C3C. Windows color (decimal): -10082000 or 3156326. OLE color: 3156326.

HSL color Cylindrical-coordinate representation of color #662930: hue angle of 353.11º 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 #662930 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB1024148-
CMYK00.600.530.6
HSL353.11º42.66%28.04%-
HSV(B)353.11º59.8%40%-
XYZ6.814.623.33-
YUV60.04121.21157.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.40%
GREEN value IS 41 (16.41% from 255) = 21.47%
BLUE value IS 48 (19.14% from 255) = 25.13%
R=53.40%
G=21.47%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102414800.600.530.6353.1142.6628.04
Hex66293003C353C1612b1c
Octal146516007465745415334
Binary1100110101001110000011110011010111110010110000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662930; }

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

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

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

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

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

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

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

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