Html Css Color HEX #686461 Dorado

📋 copy color: '#686461'

red 104 ◦ green 100 ◦ blue 97

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

Shades of Dorado #686461

Tints of Dorado #686461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 97 (38.28% from 255) = 32.23%

R = 34.55%
G = 33.22%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#686461 (or 0x686461) is known color: Dorado. HEX triplet: 68, 64 and 61. RGB value is (104,100,97). Sum of RGB (Red+Green+Blue) = 104+100+97=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 104 - color contains mainly: red. Hex color #686461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686461 is #979B9E. Grayscale: #646464. Windows color (decimal): -9935775 or 6382696. OLE color: 6382696.

HSL color Cylindrical-coordinate representation of color #686461: hue angle of 25.71º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #686461 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 100 97 -
CMYK 0 0.04 0.07 0.59
HSL 25.71º 0.03% 0.39% -
HSV(B) 25.71º 0.07% 0.41% -
XYZ 12.42 12.92 13.15 -
YUV 100.85 125.83 130.24 -
System Red Green Blue C M Y K H S L
Decimal 104 100 97 0 0.04 0.07 0.59 25.71 0.03 0.39
Hex 68 64 61 0 4 7 3B 1A 3 27
Octal 150 144 141 0 4 7 73 32 3 47
Binary 1101000 1100100 1100001 0 100 111 111011 11010 11 100111

Color Harmonies of #686461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686461

Black with #686461

Text Example


Text Example

White with #686461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686461; }

 p { color: rgb(104,100,97); }

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

background-color css

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

 a { background-color: rgb(104,100,97); }

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

border-color css

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

 span { border-color: rgb(104,100,97); }

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