#68232F

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

Shades of Monarch #68232F

Tints of Monarch #68232F

Color information

#68232F (or 0x68232F) is unknown color: approx Monarch. HEX triplet: 68, 23 and 2F. RGB value is (104,35,47). Sum of RGB (Red+Green+Blue) = 104+35+47=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 35 (14.06% from 255 or 18.82% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #68232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68232F is #97DCD0. Grayscale: #393939. Windows color (decimal): -9952465 or 3089256. OLE color: 3089256.

HSL color Cylindrical-coordinate representation of color #68232F: hue angle of 349.57º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68232F is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB1043547-
CMYK00.660.550.59
HSL349.57º49.64%27.25%-
HSV(B)349.57º66.35%40.78%-
XYZ6.824.353.17-
YUV57122.36161.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.91%
GREEN value IS 35 (14.06% from 255) = 18.82%
BLUE value IS 47 (18.75% from 255) = 25.27%
R=55.91%
G=18.82%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104354700.660.550.59349.5749.6427.25
Hex68232F042373B15e321b
Octal1504357010267735366233
Binary11010001000111011110100001011011111101110101111011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68232F; }

 p { color: rgb(104,35,47); }

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

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

 a { background-color: rgb(104,35,47); }

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

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

 span { border-color: rgb(104,35,47); }

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