#682631

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

Shades of Monarch #682631

Tints of Monarch #682631

Color information

#682631 (or 0x682631) is unknown color: approx Monarch. HEX triplet: 68, 26 and 31. RGB value is (104,38,49). Sum of RGB (Red+Green+Blue) = 104+38+49=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #682631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682631 is #97D9CE. Grayscale: #3B3B3B. Windows color (decimal): -9951695 or 3221096. OLE color: 3221096.

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

Color convert

RGB1043849-
CMYK00.630.530.59
HSL350º46.48%27.84%-
HSV(B)350º63.46%40.78%-
XYZ6.964.553.42-
YUV58.99122.37160.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 38 (15.23% from 255) = 19.90%
BLUE value IS 49 (19.53% from 255) = 25.65%
R=54.45%
G=19.90%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104384900.630.530.5935046.4827.84
Hex68263103F353B15e2e1c
Octal150466107765735365634
Binary1101000100110110001011111111010111101110101111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682631; }

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

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

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

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

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

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

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

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