Html Css Color HEX #685C56 Dorado

📋 copy color: '#685C56'

red 104 ◦ green 92 ◦ blue 86

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

Shades of Dorado #685C56

Tints of Dorado #685C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.5%

R = 36.88%
G = 32.62%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#685C56 (or 0x685C56) is known color: Dorado. HEX triplet: 68, 5C and 56. RGB value is (104,92,86). Sum of RGB (Red+Green+Blue) = 104+92+86=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #685C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C56 is #97A3A9. Grayscale: #5E5E5E. Windows color (decimal): -9937834 or 5659752. OLE color: 5659752.

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

Color convert

RGB 104 92 86 -
CMYK 0 0.12 0.17 0.59
HSL 20º 0.09% 0.37% -
HSV(B) 20º 0.17% 0.41% -
XYZ 11.22 11.27 10.39 -
YUV 94.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 104 92 86 0 0.12 0.17 0.59 20 0.09 0.37
Hex 68 5C 56 0 C 11 3B 14 9 25
Octal 150 134 126 0 14 21 73 24 11 45
Binary 1101000 1011100 1010110 0 1100 10001 111011 10100 1001 100101

Color Harmonies of #685C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C56

Black with #685C56

Text Example


Text Example

White with #685C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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