Html Css Color HEX #685955 Dorado

📋 copy color: '#685955'

red 104 ◦ green 89 ◦ blue 85

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

Shades of Dorado #685955

Tints of Dorado #685955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.01%

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

R = 37.41%
G = 32.01%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#685955 (or 0x685955) is known color: Dorado. HEX triplet: 68, 59 and 55. RGB value is (104,89,85). Sum of RGB (Red+Green+Blue) = 104+89+85=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #685955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685955 is #97A6AA. Grayscale: #5D5D5D. Windows color (decimal): -9938603 or 5593448. OLE color: 5593448.

HSL color Cylindrical-coordinate representation of color #685955: hue angle of 12.63º 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 #685955 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 89 85 -
CMYK 0 0.14 0.18 0.59
HSL 12.63º 0.1% 0.37% -
HSV(B) 12.63º 0.18% 0.41% -
XYZ 10.92 10.74 10.09 -
YUV 93.03 123.47 135.83 -
System Red Green Blue C M Y K H S L
Decimal 104 89 85 0 0.14 0.18 0.59 12.63 0.1 0.37
Hex 68 59 55 0 E 12 3B D A 25
Octal 150 131 125 0 16 22 73 15 12 45
Binary 1101000 1011001 1010101 0 1110 10010 111011 1101 1010 100101

Color Harmonies of #685955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685955

Black with #685955

Text Example


Text Example

White with #685955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685955; }

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

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

background-color css

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

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

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

border-color css

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

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

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