#685853

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

Shades of Dorado #685853

Tints of Dorado #685853

Color information

#685853 (or 0x685853) is unknown color: approx Dorado. HEX triplet: 68, 58 and 53. RGB value is (104,88,83). Sum of RGB (Red+Green+Blue) = 104+88+83=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #685853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685853 is #97A7AC. Grayscale: #5C5C5C. Windows color (decimal): -9938861 or 5462120. OLE color: 5462120.

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

Color convert

RGB1048883-
CMYK00.150.200.59
HSL14.29º11.23%36.67%-
HSV(B)14.29º20.19%40.78%-
XYZ10.7610.559.65-
YUV92.21122.8136.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.82%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 83 (32.81% from 255) = 30.18%
R=37.82%
G=32%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104888300.150.200.5914.2911.2336.67
Hex6858530F143Beb25
Octal1501301230172473161345
Binary110100010110001010011011111010011101111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685853; }

 p { color: rgb(104,88,83); }

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

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

 a { background-color: rgb(104,88,83); }

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

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

 span { border-color: rgb(104,88,83); }

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