Html Css Color HEX #685D58 Dorado

📋 copy color: '#685D58'

red 104 ◦ green 93 ◦ blue 88

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

Shades of Dorado #685D58

Tints of Dorado #685D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.88%

R = 36.49%
G = 32.63%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#685D58 (or 0x685D58) is known color: Dorado. HEX triplet: 68, 5D and 58. RGB value is (104,93,88). Sum of RGB (Red+Green+Blue) = 104+93+88=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #685D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D58 is #97A2A7. Grayscale: #5F5F5F. Windows color (decimal): -9937576 or 5791080. OLE color: 5791080.

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

Color convert

RGB 104 93 88 -
CMYK 0 0.11 0.15 0.59
HSL 18.75º 0.08% 0.38% -
HSV(B) 18.75º 0.15% 0.41% -
XYZ 11.38 11.48 10.85 -
YUV 95.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 104 93 88 0 0.11 0.15 0.59 18.75 0.08 0.38
Hex 68 5D 58 0 B F 3B 13 8 26
Octal 150 135 130 0 13 17 73 23 10 46
Binary 1101000 1011101 1011000 0 1011 1111 111011 10011 1000 100110

Color Harmonies of #685D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D58

Black with #685D58

Text Example


Text Example

White with #685D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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