#68292F

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

Shades of Monarch #68292F

Tints of Monarch #68292F

Color information

#68292F (or 0x68292F) is unknown color: approx Monarch. HEX triplet: 68, 29 and 2F. RGB value is (104,41,47). Sum of RGB (Red+Green+Blue) = 104+41+47=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #68292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68292F is #97D6D0. Grayscale: #3C3C3C. Windows color (decimal): -9950929 or 3090792. OLE color: 3090792.

HSL color Cylindrical-coordinate representation of color #68292F: hue angle of 354.29º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68292F is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB1044147-
CMYK00.610.550.59
HSL354.29º43.45%28.43%-
HSV(B)354.29º60.58%40.78%-
XYZ7.014.733.23-
YUV60.52120.37159.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.17%
GREEN value IS 41 (16.41% from 255) = 21.35%
BLUE value IS 47 (18.75% from 255) = 24.48%
R=54.17%
G=21.35%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104414700.610.550.59354.2943.4528.43
Hex68292F03D373B1622b1c
Octal150515707567735425334
Binary1101000101001101111011110111011111101110110001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68292F; }

 p { color: rgb(104,41,47); }

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

<style>
 a { background-color: #68292F; }

 a { background-color: rgb(104,41,47); }

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

<style>
 span { border-color: #68292F; }

 span { border-color: rgb(104,41,47); }

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