#682A34

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

Shades of Monarch #682A34

Tints of Monarch #682A34

Color information

#682A34 (or 0x682A34) is unknown color: approx Monarch. HEX triplet: 68, 2A and 34. RGB value is (104,42,52). Sum of RGB (Red+Green+Blue) = 104+42+52=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #682A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682A34 is #97D5CB. Grayscale: #3D3D3D. Windows color (decimal): -9950668 or 3418728. OLE color: 3418728.

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

Color convert

RGB1044252-
CMYK00.600.500.59
HSL350.32º42.47%28.63%-
HSV(B)350.32º59.62%40.78%-
XYZ7.164.853.81-
YUV61.68122.54158.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.53%
GREEN value IS 42 (16.80% from 255) = 21.21%
BLUE value IS 52 (20.70% from 255) = 26.26%
R=52.53%
G=21.21%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104425200.600.500.59350.3242.4728.63
Hex682A3403C323B15e2a1d
Octal150526407462735365235
Binary1101000101010110100011110011001011101110101111010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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