#682730

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

Shades of Monarch #682730

Tints of Monarch #682730

Color information

#682730 (or 0x682730) is unknown color: approx Monarch. HEX triplet: 68, 27 and 30. RGB value is (104,39,48). Sum of RGB (Red+Green+Blue) = 104+39+48=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #682730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682730 is #97D8CF. Grayscale: #3B3B3B. Windows color (decimal): -9951440 or 3155816. OLE color: 3155816.

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

Color convert

RGB1043948-
CMYK00.620.540.59
HSL351.69º45.45%28.04%-
HSV(B)351.69º62.5%40.78%-
XYZ6.974.613.32-
YUV59.46121.53159.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 39 (15.62% from 255) = 20.42%
BLUE value IS 48 (19.14% from 255) = 25.13%
R=54.45%
G=20.42%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104394800.620.540.59351.6945.4528.04
Hex68273003E363B1602d1c
Octal150476007666735405534
Binary1101000100111110000011111011011011101110110000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682730; }

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

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

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

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

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

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

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

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