#6D5F57

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

Shades of Dorado #6D5F57

Tints of Dorado #6D5F57

Color information

#6D5F57 (or 0x6D5F57) is unknown color: approx Dorado. HEX triplet: 6D, 5F and 57. RGB value is (109,95,87). Sum of RGB (Red+Green+Blue) = 109+95+87=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5F57 is #92A0A8. Grayscale: #626262. Windows color (decimal): -9609385 or 5726061. OLE color: 5726061.

HSL color Cylindrical-coordinate representation of color #6D5F57: hue angle of 21.82º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D5F57 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.57.

Color convert

RGB1099587-
CMYK00.130.200.57
HSL21.82º11.22%38.43%-
HSV(B)21.82º20.18%42.75%-
XYZ12.1212.1210.72-
YUV98.27121.64135.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.46%
GREEN value IS 95 (37.5% from 255) = 32.65%
BLUE value IS 87 (34.38% from 255) = 29.90%
R=37.46%
G=32.65%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109958700.130.200.5721.8211.2238.43
Hex6D5F570D143916b26
Octal1551371270152471261346
Binary1101101101111110101110110110100111001101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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