#6C262B

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

Shades of Monarch #6C262B

Tints of Monarch #6C262B

Color information

#6C262B (or 0x6C262B) is unknown color: approx Monarch. HEX triplet: 6C, 26 and 2B. RGB value is (108,38,43). Sum of RGB (Red+Green+Blue) = 108+38+43=189 (25% of max value = 765). Red value is 108 (42.58% from 255 or 57.14% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 108 - color contains mainly: red. Hex color #6C262B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C262B is #93D9D4. Grayscale: #3B3B3B. Windows color (decimal): -9689557 or 2827884. OLE color: 2827884.

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

Color convert

RGB1083843-
CMYK00.650.600.58
HSL355.71º47.95%28.63%-
HSV(B)355.71º64.81%42.35%-
XYZ7.314.752.82-
YUV59.5118.69162.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 57.14%
GREEN value IS 38 (15.23% from 255) = 20.11%
BLUE value IS 43 (17.19% from 255) = 22.75%
R=57.14%
G=20.11%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108384300.650.600.58355.7147.9528.63
Hex6C262B0413C3A164301d
Octal1544653010174725446035
Binary11011001001101010110100000111110011101010110010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,38,43); }

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

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

 a { background-color: rgb(108,38,43); }

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

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

 span { border-color: rgb(108,38,43); }

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