Html Css Color HEX #685D56 Dorado

📋 copy color: '#685D56'

red 104 ◦ green 93 ◦ blue 86

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

Shades of Dorado #685D56

Tints of Dorado #685D56

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.86%

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

R = 36.75%
G = 32.86%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#685D56 (or 0x685D56) is known color: Dorado. HEX triplet: 68, 5D and 56. RGB value is (104,93,86). Sum of RGB (Red+Green+Blue) = 104+93+86=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #685D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D56 is #97A2A9. Grayscale: #5F5F5F. Windows color (decimal): -9937578 or 5660008. OLE color: 5660008.

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

Color convert

RGB 104 93 86 -
CMYK 0 0.11 0.17 0.59
HSL 23.33º 0.09% 0.37% -
HSV(B) 23.33º 0.17% 0.41% -
XYZ 11.3 11.44 10.42 -
YUV 95.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 104 93 86 0 0.11 0.17 0.59 23.33 0.09 0.37
Hex 68 5D 56 0 B 11 3B 17 9 25
Octal 150 135 126 0 13 21 73 27 11 45
Binary 1101000 1011101 1010110 0 1011 10001 111011 10111 1001 100101

Color Harmonies of #685D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D56

Black with #685D56

Text Example


Text Example

White with #685D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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