#66232F

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

Shades of Monarch #66232F

Tints of Monarch #66232F

Color information

#66232F (or 0x66232F) is unknown color: approx Monarch. HEX triplet: 66, 23 and 2F. RGB value is (102,35,47). Sum of RGB (Red+Green+Blue) = 102+35+47=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #66232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66232F is #99DCD0. Grayscale: #383838. Windows color (decimal): -10083537 or 3089254. OLE color: 3089254.

HSL color Cylindrical-coordinate representation of color #66232F: hue angle of 349.25º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66232F is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB1023547-
CMYK00.660.540.6
HSL349.25º48.91%26.86%-
HSV(B)349.25º65.69%40%-
XYZ6.594.233.16-
YUV56.4122.7160.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 35 (14.06% from 255) = 19.02%
BLUE value IS 47 (18.75% from 255) = 25.54%
R=55.43%
G=19.02%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102354700.660.540.6349.2548.9126.86
Hex66232F042363C15d311b
Octal1464357010266745356133
Binary11001101000111011110100001011011011110010101110111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66232F; }

 p { color: rgb(102,35,47); }

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

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

 a { background-color: rgb(102,35,47); }

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

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

 span { border-color: rgb(102,35,47); }

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