#682A32

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

Shades of Monarch #682A32

Tints of Monarch #682A32

Color information

#682A32 (or 0x682A32) is unknown color: approx Monarch. HEX triplet: 68, 2A and 32. RGB value is (104,42,50). Sum of RGB (Red+Green+Blue) = 104+42+50=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #682A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682A32 is #97D5CD. Grayscale: #3D3D3D. Windows color (decimal): -9950670 or 3287656. OLE color: 3287656.

HSL color Cylindrical-coordinate representation of color #682A32: hue angle of 352.26º 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 #682A32 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB1044250-
CMYK00.600.520.59
HSL352.26º42.47%28.63%-
HSV(B)352.26º59.62%40.78%-
XYZ7.114.833.57-
YUV61.45121.54158.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.06%
GREEN value IS 42 (16.80% from 255) = 21.43%
BLUE value IS 50 (19.92% from 255) = 25.51%
R=53.06%
G=21.43%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104425000.600.520.59352.2642.4728.63
Hex682A3203C343B1602a1d
Octal150526207464735405235
Binary1101000101010110010011110011010011101110110000010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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