#68242E

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

Shades of Monarch #68242E

Tints of Monarch #68242E

Color information

#68242E (or 0x68242E) is unknown color: approx Monarch. HEX triplet: 68, 24 and 2E. RGB value is (104,36,46). Sum of RGB (Red+Green+Blue) = 104+36+46=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #68242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68242E is #97DBD1. Grayscale: #393939. Windows color (decimal): -9952210 or 3023976. OLE color: 3023976.

HSL color Cylindrical-coordinate representation of color #68242E: hue angle of 351.18º 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 #68242E is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB1043646-
CMYK00.650.560.59
HSL351.18º48.57%27.45%-
HSV(B)351.18º65.38%40.78%-
XYZ6.834.43.07-
YUV57.47121.53161.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.91%
GREEN value IS 36 (14.45% from 255) = 19.35%
BLUE value IS 46 (18.36% from 255) = 24.73%
R=55.91%
G=19.35%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104364600.650.560.59351.1848.5727.45
Hex68242E041383B15f311b
Octal1504456010170735376133
Binary11010001001001011100100000111100011101110101111111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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