#68232D

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

Shades of Monarch #68232D

Tints of Monarch #68232D

Color information

#68232D (or 0x68232D) is unknown color: approx Monarch. HEX triplet: 68, 23 and 2D. RGB value is (104,35,45). Sum of RGB (Red+Green+Blue) = 104+35+45=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #68232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68232D is #97DCD2. Grayscale: #383838. Windows color (decimal): -9952467 or 2958184. OLE color: 2958184.

HSL color Cylindrical-coordinate representation of color #68232D: hue angle of 351.3º 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 #68232D is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.59.

Color convert

RGB1043545-
CMYK00.660.570.59
HSL351.3º49.64%27.25%-
HSV(B)351.3º66.35%40.78%-
XYZ6.784.332.96-
YUV56.77121.36161.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.52%
GREEN value IS 35 (14.06% from 255) = 19.02%
BLUE value IS 45 (17.97% from 255) = 24.46%
R=56.52%
G=19.02%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104354500.660.570.59351.349.6427.25
Hex68232D042393B15f321b
Octal1504355010271735376233
Binary11010001000111011010100001011100111101110101111111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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