#66252E

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

Shades of Monarch #66252E

Tints of Monarch #66252E

Color information

#66252E (or 0x66252E) is unknown color: approx Monarch. HEX triplet: 66, 25 and 2E. RGB value is (102,37,46). Sum of RGB (Red+Green+Blue) = 102+37+46=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #66252E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66252E is #99DAD1. Grayscale: #393939. Windows color (decimal): -10083026 or 3024230. OLE color: 3024230.

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

Color convert

RGB1023746-
CMYK00.640.550.6
HSL351.69º46.76%27.25%-
HSV(B)351.69º63.73%40%-
XYZ6.634.353.07-
YUV57.46121.53159.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 46 (18.36% from 255) = 24.86%
R=55.14%
G=20%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102374600.640.550.6351.6946.7627.25
Hex66252E040373C1602f1b
Octal1464556010067745405733
Binary11001101001011011100100000011011111110010110000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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