Html Css Color HEX #685851 Dorado

📋 copy color: '#685851'

red 104 ◦ green 88 ◦ blue 81

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

Shades of Dorado #685851

Tints of Dorado #685851

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.23%

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

R = 38.1%
G = 32.23%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#685851 (or 0x685851) is known color: Dorado. HEX triplet: 68, 58 and 51. RGB value is (104,88,81). Sum of RGB (Red+Green+Blue) = 104+88+81=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #685851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685851 is #97A7AE. Grayscale: #5C5C5C. Windows color (decimal): -9938863 or 5331048. OLE color: 5331048.

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

Color convert

RGB 104 88 81 -
CMYK 0 0.15 0.22 0.59
HSL 18.26º 0.12% 0.36% -
HSV(B) 18.26º 0.22% 0.41% -
XYZ 10.68 10.52 9.25 -
YUV 91.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 104 88 81 0 0.15 0.22 0.59 18.26 0.12 0.36
Hex 68 58 51 0 F 16 3B 12 C 24
Octal 150 130 121 0 17 26 73 22 14 44
Binary 1101000 1011000 1010001 0 1111 10110 111011 10010 1100 100100

Color Harmonies of #685851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685851

Black with #685851

Text Example


Text Example

White with #685851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685851; }

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

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

background-color css

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

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

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

border-color css

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

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

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