#68202C

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

Shades of Monarch #68202C

Tints of Monarch #68202C

Color information

#68202C (or 0x68202C) is unknown color: approx Monarch. HEX triplet: 68, 20 and 2C. RGB value is (104,32,44). Sum of RGB (Red+Green+Blue) = 104+32+44=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #68202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68202C is #97DFD3. Grayscale: #363636. Windows color (decimal): -9953236 or 2891880. OLE color: 2891880.

HSL color Cylindrical-coordinate representation of color #68202C: hue angle of 350º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68202C is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB1043244-
CMYK00.690.580.59
HSL350º52.94%26.67%-
HSV(B)350º69.23%40.78%-
XYZ6.684.162.83-
YUV54.9121.85163.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.78%
GREEN value IS 32 (12.89% from 255) = 17.78%
BLUE value IS 44 (17.58% from 255) = 24.44%
R=57.78%
G=17.78%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104324400.690.580.5935052.9426.67
Hex68202C0453A3B15e351b
Octal1504054010572735366533
Binary11010001000001011000100010111101011101110101111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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