#68252E

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

Shades of Monarch #68252E

Tints of Monarch #68252E

Color information

#68252E (or 0x68252E) is unknown color: approx Monarch. HEX triplet: 68, 25 and 2E. RGB value is (104,37,46). Sum of RGB (Red+Green+Blue) = 104+37+46=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #68252E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68252E is #97DAD1. Grayscale: #3A3A3A. Windows color (decimal): -9951954 or 3024232. OLE color: 3024232.

HSL color Cylindrical-coordinate representation of color #68252E: hue angle of 351.94º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68252E is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB1043746-
CMYK00.640.560.59
HSL351.94º47.52%27.65%-
HSV(B)351.94º64.42%40.78%-
XYZ6.864.463.08-
YUV58.06121.2160.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.61%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 46 (18.36% from 255) = 24.60%
R=55.61%
G=19.79%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104374600.640.560.59351.9447.5227.65
Hex68252E040383B160301c
Octal1504556010070735406034
Binary11010001001011011100100000011100011101110110000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68252E; }

 p { color: rgb(104,37,46); }

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

<style>
 a { background-color: #68252E; }

 a { background-color: rgb(104,37,46); }

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

<style>
 span { border-color: #68252E; }

 span { border-color: rgb(104,37,46); }

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