#6E5F57

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

Shades of Dorado #6E5F57

Tints of Dorado #6E5F57

Color information

#6E5F57 (or 0x6E5F57) is unknown color: approx Dorado. HEX triplet: 6E, 5F and 57. RGB value is (110,95,87). Sum of RGB (Red+Green+Blue) = 110+95+87=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5F57 is #91A0A8. Grayscale: #626262. Windows color (decimal): -9543849 or 5726062. OLE color: 5726062.

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

Color convert

RGB1109587-
CMYK00.140.210.57
HSL20.87º11.68%38.63%-
HSV(B)20.87º20.91%43.14%-
XYZ12.2412.1910.72-
YUV98.57121.47136.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.67%
GREEN value IS 95 (37.5% from 255) = 32.53%
BLUE value IS 87 (34.38% from 255) = 29.79%
R=37.67%
G=32.53%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110958700.140.210.5720.8711.6838.63
Hex6E5F570E153915c27
Octal1561371270162571251447
Binary1101110101111110101110111010101111001101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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