Html Css Color HEX #685C59 Dorado

📋 copy color: '#685C59'

red 104 ◦ green 92 ◦ blue 89

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

Shades of Dorado #685C59

Tints of Dorado #685C59

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.28%

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

R = 36.49%
G = 32.28%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#685C59 (or 0x685C59) is known color: Dorado. HEX triplet: 68, 5C and 59. RGB value is (104,92,89). Sum of RGB (Red+Green+Blue) = 104+92+89=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #685C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C59 is #97A3A6. Grayscale: #5F5F5F. Windows color (decimal): -9937831 or 5856360. OLE color: 5856360.

HSL color Cylindrical-coordinate representation of color #685C59: hue angle of 12º 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 #685C59 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 92 89 -
CMYK 0 0.12 0.14 0.59
HSL 12º 0.08% 0.38% -
HSV(B) 12º 0.14% 0.41% -
XYZ 11.34 11.32 11.04 -
YUV 95.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 104 92 89 0 0.12 0.14 0.59 12 0.08 0.38
Hex 68 5C 59 0 C E 3B C 8 26
Octal 150 134 131 0 14 16 73 14 10 46
Binary 1101000 1011100 1011001 0 1100 1110 111011 1100 1000 100110

Color Harmonies of #685C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C59

Black with #685C59

Text Example


Text Example

White with #685C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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