#682C34

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

Shades of Monarch #682C34

Tints of Monarch #682C34

Color information

#682C34 (or 0x682C34) is unknown color: approx Monarch. HEX triplet: 68, 2C and 34. RGB value is (104,44,52). Sum of RGB (Red+Green+Blue) = 104+44+52=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 44 (17.58% from 255 or 22% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #682C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C34 is #97D3CB. Grayscale: #3E3E3E. Windows color (decimal): -9950156 or 3419240. OLE color: 3419240.

HSL color Cylindrical-coordinate representation of color #682C34: hue angle of 352º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #682C34 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1044452-
CMYK00.580.500.59
HSL352º40.54%29.02%-
HSV(B)352º57.69%40.78%-
XYZ7.234.993.83-
YUV62.85121.88157.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52%
GREEN value IS 44 (17.58% from 255) = 22%
BLUE value IS 52 (20.70% from 255) = 26%
R=52%
G=22%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104445200.580.500.5935240.5429.02
Hex682C3403A323B160291d
Octal150546407262735405135
Binary1101000101100110100011101011001011101110110000010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682C34; }

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

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

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

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

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

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

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

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