#6E6057

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

Shades of Dorado #6E6057

Tints of Dorado #6E6057

Color information

#6E6057 (or 0x6E6057) is unknown color: approx Dorado. HEX triplet: 6E, 60 and 57. RGB value is (110,96,87). Sum of RGB (Red+Green+Blue) = 110+96+87=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6057 is #919FA8. Grayscale: #636363. Windows color (decimal): -9543593 or 5726318. OLE color: 5726318.

HSL color Cylindrical-coordinate representation of color #6E6057: hue angle of 23.48º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E6057 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB1109687-
CMYK00.130.210.57
HSL23.48º11.68%38.63%-
HSV(B)23.48º20.91%43.14%-
XYZ12.3312.3710.75-
YUV99.16121.14135.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.54%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 87 (34.38% from 255) = 29.69%
R=37.54%
G=32.76%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110968700.130.210.5723.4811.6838.63
Hex6E60570D153917c27
Octal1561401270152571271447
Binary1101110110000010101110110110101111001101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,96,87); }

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

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

 a { background-color: rgb(110,96,87); }

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

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

 span { border-color: rgb(110,96,87); }

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