#6A262C

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

Shades of Monarch #6A262C

Tints of Monarch #6A262C

Color information

#6A262C (or 0x6A262C) is unknown color: approx Monarch. HEX triplet: 6A, 26 and 2C. RGB value is (106,38,44). Sum of RGB (Red+Green+Blue) = 106+38+44=188 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.38% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 106 - color contains mainly: red. Hex color #6A262C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A262C is #95D9D3. Grayscale: #3B3B3B. Windows color (decimal): -9820628 or 2893418. OLE color: 2893418.

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

Color convert

RGB1063844-
CMYK00.640.580.58
HSL354.71º47.22%28.24%-
HSV(B)354.71º64.15%41.57%-
XYZ7.094.632.9-
YUV59.02119.53161.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.38%
GREEN value IS 38 (15.23% from 255) = 20.21%
BLUE value IS 44 (17.58% from 255) = 23.40%
R=56.38%
G=20.21%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106384400.640.580.58354.7147.2228.24
Hex6A262C0403A3A1632f1c
Octal1524654010072725435734
Binary11010101001101011000100000011101011101010110001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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