#6D5A54

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

Shades of Dorado #6D5A54

Tints of Dorado #6D5A54

Color information

#6D5A54 (or 0x6D5A54) is unknown color: approx Dorado. HEX triplet: 6D, 5A and 54. RGB value is (109,90,84). Sum of RGB (Red+Green+Blue) = 109+90+84=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5A54 is #92A5AB. Grayscale: #5F5F5F. Windows color (decimal): -9610668 or 5528173. OLE color: 5528173.

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

Color convert

RGB1099084-
CMYK00.170.230.57
HSL14.4º12.95%37.84%-
HSV(B)14.4º22.94%42.75%-
XYZ11.5611.29.94-
YUV95121.79137.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.52%
GREEN value IS 90 (35.55% from 255) = 31.80%
BLUE value IS 84 (33.20% from 255) = 29.68%
R=38.52%
G=31.80%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109908400.170.230.5714.412.9537.84
Hex6D5A540111739ed26
Octal1551321240212771161546
Binary1101101101101010101000100011011111100111101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,90,84); }

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

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

 a { background-color: rgb(109,90,84); }

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

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

 span { border-color: rgb(109,90,84); }

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