Html Css Color HEX #685B55 Dorado

📋 copy color: '#685B55'

red 104 ◦ green 91 ◦ blue 85

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

Shades of Dorado #685B55

Tints of Dorado #685B55

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.5%

 BLUE value IS 85 (33.59% from 255) = 30.36%

R = 37.14%
G = 32.5%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#685B55 (or 0x685B55) is known color: Dorado. HEX triplet: 68, 5B and 55. RGB value is (104,91,85). Sum of RGB (Red+Green+Blue) = 104+91+85=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #685B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B55 is #97A4AA. Grayscale: #5E5E5E. Windows color (decimal): -9938091 or 5593960. OLE color: 5593960.

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

Color convert

RGB 104 91 85 -
CMYK 0 0.12 0.18 0.59
HSL 18.95º 0.1% 0.37% -
HSV(B) 18.95º 0.18% 0.41% -
XYZ 11.09 11.08 10.15 -
YUV 94.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 104 91 85 0 0.12 0.18 0.59 18.95 0.1 0.37
Hex 68 5B 55 0 C 12 3B 13 A 25
Octal 150 133 125 0 14 22 73 23 12 45
Binary 1101000 1011011 1010101 0 1100 10010 111011 10011 1010 100101

Color Harmonies of #685B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B55

Black with #685B55

Text Example


Text Example

White with #685B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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