#685955

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

Shades of Dorado #685955

Tints of Dorado #685955

Color information

#685955 (or 0x685955) is unknown color: approx Dorado. HEX triplet: 68, 59 and 55. RGB value is (104,89,85). Sum of RGB (Red+Green+Blue) = 104+89+85=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #685955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685955 is #97A6AA. Grayscale: #5D5D5D. Windows color (decimal): -9938603 or 5593448. OLE color: 5593448.

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

Color convert

RGB1048985-
CMYK00.140.180.59
HSL12.63º10.05%37.06%-
HSV(B)12.63º18.27%40.78%-
XYZ10.9210.7410.09-
YUV93.03123.47135.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 85 (33.59% from 255) = 30.58%
R=37.41%
G=32.01%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104898500.140.180.5912.6310.0537.06
Hex6859550E123Bda25
Octal1501311250162273151245
Binary110100010110011010101011101001011101111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685955; }

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

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

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

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

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

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

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

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