#6C252A

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

Shades of Monarch #6C252A

Tints of Monarch #6C252A

Color information

#6C252A (or 0x6C252A) is unknown color: approx Monarch. HEX triplet: 6C, 25 and 2A. RGB value is (108,37,42). Sum of RGB (Red+Green+Blue) = 108+37+42=187 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.75% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 108 - color contains mainly: red. Hex color #6C252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C252A is #93DAD5. Grayscale: #3A3A3A. Windows color (decimal): -9689814 or 2762092. OLE color: 2762092.

HSL color Cylindrical-coordinate representation of color #6C252A: hue angle of 355.77º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C252A is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB1083742-
CMYK00.660.610.58
HSL355.77º48.97%28.43%-
HSV(B)355.77º65.74%42.35%-
XYZ7.264.682.71-
YUV58.8118.52163.09-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 57.75%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 42 (16.80% from 255) = 22.46%
R=57.75%
G=19.79%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108374200.660.610.58355.7748.9728.43
Hex6C252A0423D3A164311c
Octal1544552010275725446134
Binary11011001001011010100100001011110111101010110010011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C252A; }

 p { color: rgb(108,37,42); }

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

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

 a { background-color: rgb(108,37,42); }

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

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

 span { border-color: rgb(108,37,42); }

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