#662830

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

Shades of Monarch #662830

Tints of Monarch #662830

Color information

#662830 (or 0x662830) is unknown color: approx Monarch. HEX triplet: 66, 28 and 30. RGB value is (102,40,48). Sum of RGB (Red+Green+Blue) = 102+40+48=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #662830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662830 is #99D7CF. Grayscale: #3B3B3B. Windows color (decimal): -10082256 or 3156070. OLE color: 3156070.

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

Color convert

RGB1024048-
CMYK00.610.530.6
HSL352.26º43.66%27.84%-
HSV(B)352.26º60.78%40%-
XYZ6.774.563.32-
YUV59.45121.54158.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.68%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 48 (19.14% from 255) = 25.26%
R=53.68%
G=21.05%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102404800.610.530.6352.2643.6627.84
Hex66283003D353C1602c1c
Octal146506007565745405434
Binary1100110101000110000011110111010111110010110000010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662830; }

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

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

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

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

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

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

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

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