#685954

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

Shades of Dorado #685954

Tints of Dorado #685954

Color information

#685954 (or 0x685954) is unknown color: approx Dorado. HEX triplet: 68, 59 and 54. RGB value is (104,89,84). Sum of RGB (Red+Green+Blue) = 104+89+84=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #685954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685954 is #97A6AB. Grayscale: #5C5C5C. Windows color (decimal): -9938604 or 5527912. OLE color: 5527912.

HSL color Cylindrical-coordinate representation of color #685954: hue angle of 15º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #685954 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB1048984-
CMYK00.140.190.59
HSL15º10.64%36.86%-
HSV(B)15º19.23%40.78%-
XYZ10.8810.739.88-
YUV92.92122.97135.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 89 (35.16% from 255) = 32.13%
BLUE value IS 84 (33.20% from 255) = 30.32%
R=37.55%
G=32.13%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104898400.140.190.591510.6436.86
Hex6859540E133Bfb25
Octal1501311240162373171345
Binary110100010110011010100011101001111101111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685954; }

 p { color: rgb(104,89,84); }

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

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

 a { background-color: rgb(104,89,84); }

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

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

 span { border-color: rgb(104,89,84); }

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