#682933

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

Shades of Monarch #682933

Tints of Monarch #682933

Color information

#682933 (or 0x682933) is unknown color: approx Monarch. HEX triplet: 68, 29 and 33. RGB value is (104,41,51). Sum of RGB (Red+Green+Blue) = 104+41+51=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 41 (16.41% from 255 or 20.92% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #682933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682933 is #97D6CC. Grayscale: #3D3D3D. Windows color (decimal): -9950925 or 3352936. OLE color: 3352936.

HSL color Cylindrical-coordinate representation of color #682933: hue angle of 350.48º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #682933 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB1044151-
CMYK00.610.510.59
HSL350.48º43.45%28.43%-
HSV(B)350.48º60.58%40.78%-
XYZ7.14.773.68-
YUV60.98122.37158.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.06%
GREEN value IS 41 (16.41% from 255) = 20.92%
BLUE value IS 51 (20.31% from 255) = 26.02%
R=53.06%
G=20.92%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104415100.610.510.59350.4843.4528.43
Hex68293303D333B15e2b1c
Octal150516307563735365334
Binary1101000101001110011011110111001111101110101111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682933; }

 p { color: rgb(104,41,51); }

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

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

 a { background-color: rgb(104,41,51); }

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

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

 span { border-color: rgb(104,41,51); }

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