Html Css Color HEX #685E5B Dorado

📋 copy color: '#685E5B'

red 104 ◦ green 94 ◦ blue 91

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

Shades of Dorado #685E5B

Tints of Dorado #685E5B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.53%

 BLUE value IS 91 (35.94% from 255) = 31.49%

R = 35.99%
G = 32.53%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#685E5B (or 0x685E5B) is known color: Dorado. HEX triplet: 68, 5E and 5B. RGB value is (104,94,91). Sum of RGB (Red+Green+Blue) = 104+94+91=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 104 - color contains mainly: red. Hex color #685E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E5B is #97A1A4. Grayscale: #606060. Windows color (decimal): -9937317 or 5987944. OLE color: 5987944.

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

Color convert

RGB 104 94 91 -
CMYK 0 0.10 0.12 0.59
HSL 13.85º 0.07% 0.38% -
HSV(B) 13.85º 0.13% 0.41% -
XYZ 11.6 11.7 11.55 -
YUV 96.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 104 94 91 0 0.10 0.12 0.59 13.85 0.07 0.38
Hex 68 5E 5B 0 A C 3B E 7 26
Octal 150 136 133 0 12 14 73 16 7 46
Binary 1101000 1011110 1011011 0 1010 1100 111011 1110 111 100110

Color Harmonies of #685E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E5B

Black with #685E5B

Text Example


Text Example

White with #685E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,94,91); }

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

background-color css

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

 a { background-color: rgb(104,94,91); }

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

border-color css

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

 span { border-color: rgb(104,94,91); }

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