#68262D

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

Shades of Monarch #68262D

Tints of Monarch #68262D

Color information

#68262D (or 0x68262D) is unknown color: approx Monarch. HEX triplet: 68, 26 and 2D. RGB value is (104,38,45). Sum of RGB (Red+Green+Blue) = 104+38+45=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #68262D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68262D is #97D9D2. Grayscale: #3A3A3A. Windows color (decimal): -9951699 or 2958952. OLE color: 2958952.

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

Color convert

RGB1043845-
CMYK00.630.570.59
HSL353.64º46.48%27.84%-
HSV(B)353.64º63.46%40.78%-
XYZ6.884.522.99-
YUV58.53120.37160.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.61%
GREEN value IS 38 (15.23% from 255) = 20.32%
BLUE value IS 45 (17.97% from 255) = 24.06%
R=55.61%
G=20.32%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104384500.630.570.59353.6446.4827.84
Hex68262D03F393B1622e1c
Octal150465507771735425634
Binary1101000100110101101011111111100111101110110001010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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