#68242F

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

Shades of Monarch #68242F

Tints of Monarch #68242F

Color information

#68242F (or 0x68242F) is unknown color: approx Monarch. HEX triplet: 68, 24 and 2F. RGB value is (104,36,47). Sum of RGB (Red+Green+Blue) = 104+36+47=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #68242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68242F is #97DBD0. Grayscale: #393939. Windows color (decimal): -9952209 or 3089512. OLE color: 3089512.

HSL color Cylindrical-coordinate representation of color #68242F: hue angle of 350.29º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68242F is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB1043647-
CMYK00.650.550.59
HSL350.29º48.57%27.45%-
HSV(B)350.29º65.38%40.78%-
XYZ6.854.413.18-
YUV57.59122.03161.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.61%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=55.61%
G=19.25%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104364700.650.550.59350.2948.5727.45
Hex68242F041373B15e311b
Octal1504457010167735366133
Binary11010001001001011110100000111011111101110101111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,36,47); }

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

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

 a { background-color: rgb(104,36,47); }

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

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

 span { border-color: rgb(104,36,47); }

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