#6c262f

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

Shades of Monarch #6C262F

Tints of Monarch #6C262F

Color information

#6C262F (or 0x6C262F) is unknown color: approx Monarch. HEX triplet: 6C, 26 and 2F. RGB value is (108,38,47). Sum of RGB (Red+Green+Blue) = 108+38+47=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C262F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C262F is #93D9D0. Grayscale: #3B3B3B. Windows color (decimal): -9689553 or 3090028. OLE color: 3090028.

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

Color convert

RGB1083847-
CMYK00.650.560.58
HSL352.29º47.95%28.63%-
HSV(B)352.29º64.81%42.35%-
XYZ7.394.783.22-
YUV59.96120.69162.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.96%
GREEN value IS 38 (15.23% from 255) = 19.69%
BLUE value IS 47 (18.75% from 255) = 24.35%
R=55.96%
G=19.69%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108384700.650.560.58352.2947.9528.63
Hex6C262F041383A160301d
Octal1544657010170725406035
Binary11011001001101011110100000111100011101010110000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c262f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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