#685851

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

Shades of Dorado #685851

Tints of Dorado #685851

Color information

#685851 (or 0x685851) is unknown color: approx Dorado. HEX triplet: 68, 58 and 51. RGB value is (104,88,81). Sum of RGB (Red+Green+Blue) = 104+88+81=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #685851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685851 is #97A7AE. Grayscale: #5C5C5C. Windows color (decimal): -9938863 or 5331048. OLE color: 5331048.

HSL color Cylindrical-coordinate representation of color #685851: hue angle of 18.26º 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 #685851 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB1048881-
CMYK00.150.220.59
HSL18.26º12.43%36.27%-
HSV(B)18.26º22.12%40.78%-
XYZ10.6810.529.25-
YUV91.99121.8136.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 81 (32.03% from 255) = 29.67%
R=38.10%
G=32.23%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104888100.150.220.5918.2612.4336.27
Hex6858510F163B12c24
Octal1501301210172673221444
Binary1101000101100010100010111110110111011100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685851; }

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

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

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

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

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

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

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

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