#68242C

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

Shades of Monarch #68242C

Tints of Monarch #68242C

Color information

#68242C (or 0x68242C) is unknown color: approx Monarch. HEX triplet: 68, 24 and 2C. RGB value is (104,36,44). Sum of RGB (Red+Green+Blue) = 104+36+44=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #68242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68242C is #97DBD3. Grayscale: #393939. Windows color (decimal): -9952212 or 2892904. OLE color: 2892904.

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

Color convert

RGB1043644-
CMYK00.650.580.59
HSL352.94º48.57%27.45%-
HSV(B)352.94º65.38%40.78%-
XYZ6.794.392.87-
YUV57.24120.53161.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.52%
GREEN value IS 36 (14.45% from 255) = 19.57%
BLUE value IS 44 (17.58% from 255) = 23.91%
R=56.52%
G=19.57%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104364400.650.580.59352.9448.5727.45
Hex68242C0413A3B161311b
Octal1504454010172735416133
Binary11010001001001011000100000111101011101110110000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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