#6C262C

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

Shades of Monarch #6C262C

Tints of Monarch #6C262C

Color information

#6C262C (or 0x6C262C) is unknown color: approx Monarch. HEX triplet: 6C, 26 and 2C. RGB value is (108,38,44). Sum of RGB (Red+Green+Blue) = 108+38+44=190 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.84% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 108 - color contains mainly: red. Hex color #6C262C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C262C is #93D9D3. Grayscale: #3B3B3B. Windows color (decimal): -9689556 or 2893420. OLE color: 2893420.

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

Color convert

RGB1083844-
CMYK00.650.590.58
HSL354.86º47.95%28.63%-
HSV(B)354.86º64.81%42.35%-
XYZ7.334.762.91-
YUV59.61119.19162.51-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 56.84%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=56.84%
G=20%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108384400.650.590.58354.8647.9528.63
Hex6C262C0413B3A163301d
Octal1544654010173725436035
Binary11011001001101011000100000111101111101010110001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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