#68262C

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

Shades of Monarch #68262C

Tints of Monarch #68262C

Color information

#68262C (or 0x68262C) is unknown color: approx Monarch. HEX triplet: 68, 26 and 2C. RGB value is (104,38,44). Sum of RGB (Red+Green+Blue) = 104+38+44=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #68262C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68262C is #97D9D3. Grayscale: #3A3A3A. Windows color (decimal): -9951700 or 2893416. OLE color: 2893416.

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

Color convert

RGB1043844-
CMYK00.630.580.59
HSL354.55º46.48%27.84%-
HSV(B)354.55º63.46%40.78%-
XYZ6.864.512.89-
YUV58.42119.87160.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.91%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 44 (17.58% from 255) = 23.66%
R=55.91%
G=20.43%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104384400.630.580.59354.5546.4827.84
Hex68262C03F3A3B1632e1c
Octal150465407772735435634
Binary1101000100110101100011111111101011101110110001110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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