#68262E

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

Shades of Monarch #68262E

Tints of Monarch #68262E

Color information

#68262E (or 0x68262E) is unknown color: approx Monarch. HEX triplet: 68, 26 and 2E. RGB value is (104,38,46). Sum of RGB (Red+Green+Blue) = 104+38+46=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68262E is #97D9D1. Grayscale: #3A3A3A. Windows color (decimal): -9951698 or 3024488. OLE color: 3024488.

HSL color Cylindrical-coordinate representation of color #68262E: hue angle of 352.73º 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 #68262E is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB1043846-
CMYK00.630.560.59
HSL352.73º46.48%27.84%-
HSV(B)352.73º63.46%40.78%-
XYZ6.94.533.1-
YUV58.65120.87160.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 38 (15.23% from 255) = 20.21%
BLUE value IS 46 (18.36% from 255) = 24.47%
R=55.32%
G=20.21%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104384600.630.560.59352.7346.4827.84
Hex68262E03F383B1612e1c
Octal150465607770735415634
Binary1101000100110101110011111111100011101110110000110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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