#68242B

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

Shades of Monarch #68242B

Tints of Monarch #68242B

Color information

#68242B (or 0x68242B) is unknown color: approx Monarch. HEX triplet: 68, 24 and 2B. RGB value is (104,36,43). Sum of RGB (Red+Green+Blue) = 104+36+43=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68242B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68242B is #97DBD4. Grayscale: #393939. Windows color (decimal): -9952213 or 2827368. OLE color: 2827368.

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

Color convert

RGB1043643-
CMYK00.650.590.59
HSL353.82º48.57%27.45%-
HSV(B)353.82º65.38%40.78%-
XYZ6.784.382.77-
YUV57.13120.03161.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.83%
GREEN value IS 36 (14.45% from 255) = 19.67%
BLUE value IS 43 (17.19% from 255) = 23.50%
R=56.83%
G=19.67%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104364300.650.590.59353.8248.5727.45
Hex68242B0413B3B162311b
Octal1504453010173735426133
Binary11010001001001010110100000111101111101110110001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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