#685951

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

Shades of Dorado #685951

Tints of Dorado #685951

Color information

#685951 (or 0x685951) is unknown color: approx Dorado. HEX triplet: 68, 59 and 51. RGB value is (104,89,81). Sum of RGB (Red+Green+Blue) = 104+89+81=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #685951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685951 is #97A6AE. Grayscale: #5C5C5C. Windows color (decimal): -9938607 or 5331304. OLE color: 5331304.

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

Color convert

RGB1048981-
CMYK00.140.220.59
HSL20.87º12.43%36.27%-
HSV(B)20.87º22.12%40.78%-
XYZ10.7710.689.28-
YUV92.57121.47136.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 81 (32.03% from 255) = 29.56%
R=37.96%
G=32.48%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104898100.140.220.5920.8712.4336.27
Hex6859510E163B15c24
Octal1501311210162673251444
Binary1101000101100110100010111010110111011101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685951; }

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

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

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

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

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

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

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

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