Html Css Color HEX #685E59 Dorado

📋 copy color: '#685E59'

red 104 ◦ green 94 ◦ blue 89

#685E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dorado #685E59

Tints of Dorado #685E59

RGB

 RED value IS 104 (41.02% from 255) = 36.24%

 GREEN value IS 94 (37.11% from 255) = 32.75%

 BLUE value IS 89 (35.16% from 255) = 31.01%

R = 36.24%
G = 32.75%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#685E59 (or 0x685E59) is known color: Dorado. HEX triplet: 68, 5E and 59. RGB value is (104,94,89). Sum of RGB (Red+Green+Blue) = 104+94+89=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #685E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E59 is #97A1A6. Grayscale: #606060. Windows color (decimal): -9937319 or 5856872. OLE color: 5856872.

HSL color Cylindrical-coordinate representation of color #685E59: hue angle of 20º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #685E59 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 94 89 -
CMYK 0 0.10 0.14 0.59
HSL 20º 0.08% 0.38% -
HSV(B) 20º 0.14% 0.41% -
XYZ 11.51 11.67 11.1 -
YUV 96.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 104 94 89 0 0.10 0.14 0.59 20 0.08 0.38
Hex 68 5E 59 0 A E 3B 14 8 26
Octal 150 136 131 0 12 16 73 24 10 46
Binary 1101000 1011110 1011001 0 1010 1110 111011 10100 1000 100110

Color Harmonies of #685E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E59

Black with #685E59

Text Example


Text Example

White with #685E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685E59; }

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

 H1.HeaderClassName
 {
   color: #685E59;
 }
 .AnyTagClassName
 {
   color: #685E59;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #685E59;
 }
 .BgClassName
 {
   background-color: #685E59;
 }
</style>

border-color css

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

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

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