Html Css Color HEX #685C58 Dorado

📋 copy color: '#685C58'

red 104 ◦ green 92 ◦ blue 88

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

Shades of Dorado #685C58

Tints of Dorado #685C58

RGB

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

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

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

R = 36.62%
G = 32.39%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#685C58 (or 0x685C58) is known color: Dorado. HEX triplet: 68, 5C and 58. RGB value is (104,92,88). Sum of RGB (Red+Green+Blue) = 104+92+88=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #685C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C58 is #97A3A7. Grayscale: #5F5F5F. Windows color (decimal): -9937832 or 5790824. OLE color: 5790824.

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

Color convert

RGB 104 92 88 -
CMYK 0 0.12 0.15 0.59
HSL 15º 0.08% 0.38% -
HSV(B) 15º 0.15% 0.41% -
XYZ 11.3 11.3 10.82 -
YUV 95.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 104 92 88 0 0.12 0.15 0.59 15 0.08 0.38
Hex 68 5C 58 0 C F 3B F 8 26
Octal 150 134 130 0 14 17 73 17 10 46
Binary 1101000 1011100 1011000 0 1100 1111 111011 1111 1000 100110

Color Harmonies of #685C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C58

Black with #685C58

Text Example


Text Example

White with #685C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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