#6B2528

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

Shades of Monarch #6B2528

Tints of Monarch #6B2528

Color information

#6B2528 (or 0x6B2528) is unknown color: approx Monarch. HEX triplet: 6B, 25 and 28. RGB value is (107,37,40). Sum of RGB (Red+Green+Blue) = 107+37+40=184 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.15% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2528 is #94DAD7. Grayscale: #3A3A3A. Windows color (decimal): -9755352 or 2631019. OLE color: 2631019.

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

Color convert

RGB1073740-
CMYK00.650.630.58
HSL357.43º48.61%28.24%-
HSV(B)357.43º65.42%41.96%-
XYZ7.114.62.52-
YUV58.27117.69162.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 58.15%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 40 (16.02% from 255) = 21.74%
R=58.15%
G=20.11%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107374000.650.630.58357.4348.6128.24
Hex6B25280413F3A165311c
Octal1534550010177725456134
Binary11010111001011010000100000111111111101010110010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,37,40); }

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

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

 a { background-color: rgb(107,37,40); }

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

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

 span { border-color: rgb(107,37,40); }

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