#68252C

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

Shades of Monarch #68252C

Tints of Monarch #68252C

Color information

#68252C (or 0x68252C) is unknown color: approx Monarch. HEX triplet: 68, 25 and 2C. RGB value is (104,37,44). Sum of RGB (Red+Green+Blue) = 104+37+44=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68252C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68252C is #97DAD3. Grayscale: #393939. Windows color (decimal): -9951956 or 2893160. OLE color: 2893160.

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

Color convert

RGB1043744-
CMYK00.640.580.59
HSL353.73º47.52%27.65%-
HSV(B)353.73º64.42%40.78%-
XYZ6.834.452.88-
YUV57.83120.2160.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.22%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 44 (17.58% from 255) = 23.78%
R=56.22%
G=20%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104374400.640.580.59353.7347.5227.65
Hex68252C0403A3B162301c
Octal1504554010072735426034
Binary11010001001011011000100000011101011101110110001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68252C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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