Html Css Color HEX #685750 Dorado

📋 copy color: '#685750'

red 104 ◦ green 87 ◦ blue 80

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

Shades of Dorado #685750

Tints of Dorado #685750

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.1%

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 38.38%
G = 32.1%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#685750 (or 0x685750) is known color: Dorado. HEX triplet: 68, 57 and 50. RGB value is (104,87,80). Sum of RGB (Red+Green+Blue) = 104+87+80=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 104 - color contains mainly: red. Hex color #685750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685750 is #97A8AF. Grayscale: #5B5B5B. Windows color (decimal): -9939120 or 5265256. OLE color: 5265256.

HSL color Cylindrical-coordinate representation of color #685750: hue angle of 17.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #685750 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 87 80 -
CMYK 0 0.16 0.23 0.59
HSL 17.5º 0.13% 0.36% -
HSV(B) 17.5º 0.23% 0.41% -
XYZ 10.57 10.34 9.03 -
YUV 91.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 104 87 80 0 0.16 0.23 0.59 17.5 0.13 0.36
Hex 68 57 50 0 10 17 3B 12 D 24
Octal 150 127 120 0 20 27 73 22 15 44
Binary 1101000 1010111 1010000 0 10000 10111 111011 10010 1101 100100

Color Harmonies of #685750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685750

Black with #685750

Text Example


Text Example

White with #685750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685750; }

 p { color: rgb(104,87,80); }

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

background-color css

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

 a { background-color: rgb(104,87,80); }

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

border-color css

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

 span { border-color: rgb(104,87,80); }

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