#6C262E

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

Shades of Monarch #6C262E

Tints of Monarch #6C262E

Color information

#6C262E (or 0x6C262E) is unknown color: approx Monarch. HEX triplet: 6C, 26 and 2E. RGB value is (108,38,46). Sum of RGB (Red+Green+Blue) = 108+38+46=192 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.25% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 108 - color contains mainly: red. Hex color #6C262E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C262E is #93D9D1. Grayscale: #3B3B3B. Windows color (decimal): -9689554 or 3024492. OLE color: 3024492.

HSL color Cylindrical-coordinate representation of color #6C262E: hue angle of 353.14º 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 #6C262E is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB1083846-
CMYK00.650.570.58
HSL353.14º47.95%28.63%-
HSV(B)353.14º64.81%42.35%-
XYZ7.374.773.12-
YUV59.84120.19162.35-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 56.25%
GREEN value IS 38 (15.23% from 255) = 19.79%
BLUE value IS 46 (18.36% from 255) = 23.96%
R=56.25%
G=19.79%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108384600.650.570.58353.1447.9528.63
Hex6C262E041393A161301d
Octal1544656010171725416035
Binary11011001001101011100100000111100111101010110000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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