#66252C

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

Shades of Monarch #66252C

Tints of Monarch #66252C

Color information

#66252C (or 0x66252C) is unknown color: approx Monarch. HEX triplet: 66, 25 and 2C. RGB value is (102,37,44). Sum of RGB (Red+Green+Blue) = 102+37+44=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66252C is #99DAD3. Grayscale: #393939. Windows color (decimal): -10083028 or 2893158. OLE color: 2893158.

HSL color Cylindrical-coordinate representation of color #66252C: hue angle of 353.54º 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 #66252C is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB1023744-
CMYK00.640.570.6
HSL353.54º46.76%27.25%-
HSV(B)353.54º63.73%40%-
XYZ6.64.332.87-
YUV57.23120.53159.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 44 (17.58% from 255) = 24.04%
R=55.74%
G=20.22%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102374400.640.570.6353.5446.7627.25
Hex66252C040393C1622f1b
Octal1464554010071745425733
Binary11001101001011011000100000011100111110010110001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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