#6C5E59

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

Shades of Dorado #6C5E59

Tints of Dorado #6C5E59

Color information

#6C5E59 (or 0x6C5E59) is unknown color: approx Dorado. HEX triplet: 6C, 5E and 59. RGB value is (108,94,89). Sum of RGB (Red+Green+Blue) = 108+94+89=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5E59 is #93A1A6. Grayscale: #616161. Windows color (decimal): -9675175 or 5856876. OLE color: 5856876.

HSL color Cylindrical-coordinate representation of color #6C5E59: hue angle of 15.79º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6C5E59 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB1089489-
CMYK00.130.180.58
HSL15.79º9.64%38.63%-
HSV(B)15.79º17.59%42.35%-
XYZ11.9911.9111.12-
YUV97.62123.14135.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.11%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 89 (35.16% from 255) = 30.58%
R=37.11%
G=32.30%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108948900.130.180.5815.799.6438.63
Hex6C5E590D123A10a27
Octal1541361310152272201247
Binary1101100101111010110010110110010111010100001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,94,89); }

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

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

 a { background-color: rgb(108,94,89); }

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

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

 span { border-color: rgb(108,94,89); }

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