Html Css Color HEX #686462 Dorado

📋 copy color: '#686462'

red 104 ◦ green 100 ◦ blue 98

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

Shades of Dorado #686462

Tints of Dorado #686462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.45%

R = 34.44%
G = 33.11%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#686462 (or 0x686462) is known color: Dorado. HEX triplet: 68, 64 and 62. RGB value is (104,100,98). Sum of RGB (Red+Green+Blue) = 104+100+98=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 104 - color contains mainly: red. Hex color #686462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686462 is #979B9D. Grayscale: #646464. Windows color (decimal): -9935774 or 6448232. OLE color: 6448232.

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

Color convert

RGB 104 100 98 -
CMYK 0 0.04 0.06 0.59
HSL 20º 0.03% 0.4% -
HSV(B) 20º 0.06% 0.41% -
XYZ 12.47 12.94 13.4 -
YUV 100.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 104 100 98 0 0.04 0.06 0.59 20 0.03 0.4
Hex 68 64 62 0 4 6 3B 14 3 28
Octal 150 144 142 0 4 6 73 24 3 50
Binary 1101000 1100100 1100010 0 100 110 111011 10100 11 101000

Color Harmonies of #686462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686462

Black with #686462

Text Example


Text Example

White with #686462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686462; }

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

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

background-color css

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

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

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

border-color css

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

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

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