#682530

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

Shades of Monarch #682530

Tints of Monarch #682530

Color information

#682530 (or 0x682530) is unknown color: approx Monarch. HEX triplet: 68, 25 and 30. RGB value is (104,37,48). Sum of RGB (Red+Green+Blue) = 104+37+48=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #682530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682530 is #97DACF. Grayscale: #3A3A3A. Windows color (decimal): -9951952 or 3155304. OLE color: 3155304.

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

Color convert

RGB1043748-
CMYK00.640.540.59
HSL350.15º47.52%27.65%-
HSV(B)350.15º64.42%40.78%-
XYZ6.94.483.3-
YUV58.29122.2160.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.03%
GREEN value IS 37 (14.84% from 255) = 19.58%
BLUE value IS 48 (19.14% from 255) = 25.40%
R=55.03%
G=19.58%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104374800.640.540.59350.1547.5227.65
Hex682530040363B15e301c
Octal1504560010066735366034
Binary11010001001011100000100000011011011101110101111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682530; }

 p { color: rgb(104,37,48); }

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

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

 a { background-color: rgb(104,37,48); }

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

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

 span { border-color: rgb(104,37,48); }

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