#66252D

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

Shades of Monarch #66252D

Tints of Monarch #66252D

Color information

#66252D (or 0x66252D) is unknown color: approx Monarch. HEX triplet: 66, 25 and 2D. RGB value is (102,37,45). Sum of RGB (Red+Green+Blue) = 102+37+45=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #66252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66252D is #99DAD2. Grayscale: #393939. Windows color (decimal): -10083027 or 2958694. OLE color: 2958694.

HSL color Cylindrical-coordinate representation of color #66252D: hue angle of 352.62º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66252D is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB1023745-
CMYK00.640.560.6
HSL352.62º46.76%27.25%-
HSV(B)352.62º63.73%40%-
XYZ6.614.342.97-
YUV57.35121.03159.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 45 (17.97% from 255) = 24.46%
R=55.43%
G=20.11%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102374500.640.560.6352.6246.7627.25
Hex66252D040383C1612f1b
Octal1464555010070745415733
Binary11001101001011011010100000011100011110010110000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66252D; }

 p { color: rgb(102,37,45); }

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

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

 a { background-color: rgb(102,37,45); }

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

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

 span { border-color: rgb(102,37,45); }

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