Html Css Color HEX #685751 Dorado

📋 copy color: '#685751'

red 104 ◦ green 87 ◦ blue 81

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

Shades of Dorado #685751

Tints of Dorado #685751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.78%

R = 38.24%
G = 31.99%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#685751 (or 0x685751) is known color: Dorado. HEX triplet: 68, 57 and 51. RGB value is (104,87,81). Sum of RGB (Red+Green+Blue) = 104+87+81=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #685751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685751 is #97A8AE. Grayscale: #5B5B5B. Windows color (decimal): -9939119 or 5330792. OLE color: 5330792.

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

Color convert

RGB 104 87 81 -
CMYK 0 0.16 0.22 0.59
HSL 15.65º 0.12% 0.36% -
HSV(B) 15.65º 0.22% 0.41% -
XYZ 10.6 10.35 9.22 -
YUV 91.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 104 87 81 0 0.16 0.22 0.59 15.65 0.12 0.36
Hex 68 57 51 0 10 16 3B 10 C 24
Octal 150 127 121 0 20 26 73 20 14 44
Binary 1101000 1010111 1010001 0 10000 10110 111011 10000 1100 100100

Color Harmonies of #685751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685751

Black with #685751

Text Example


Text Example

White with #685751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685751; }

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

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

background-color css

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

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

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

border-color css

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

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

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