#68202D

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

Shades of Monarch #68202D

Tints of Monarch #68202D

Color information

#68202D (or 0x68202D) is unknown color: approx Monarch. HEX triplet: 68, 20 and 2D. RGB value is (104,32,45). Sum of RGB (Red+Green+Blue) = 104+32+45=181 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.46% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 104 - color contains mainly: red. Hex color #68202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68202D is #97DFD2. Grayscale: #373737. Windows color (decimal): -9953235 or 2957416. OLE color: 2957416.

HSL color Cylindrical-coordinate representation of color #68202D: hue angle of 349.17º 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 #68202D is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB1043245-
CMYK00.690.570.59
HSL349.17º52.94%26.67%-
HSV(B)349.17º69.23%40.78%-
XYZ6.74.172.93-
YUV55.01122.35162.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.46%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 45 (17.97% from 255) = 24.86%
R=57.46%
G=17.68%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104324500.690.570.59349.1752.9426.67
Hex68202D045393B15d351b
Octal1504055010571735356533
Binary11010001000001011010100010111100111101110101110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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