Html Css Color HEX #686563 Dorado

📋 copy color: '#686563'

red 104 ◦ green 101 ◦ blue 99

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

Shades of Dorado #686563

Tints of Dorado #686563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.22%

 BLUE value IS 99 (39.06% from 255) = 32.57%

R = 34.21%
G = 33.22%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#686563 (or 0x686563) is known color: Dorado. HEX triplet: 68, 65 and 63. RGB value is (104,101,99). Sum of RGB (Red+Green+Blue) = 104+101+99=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 104 - color contains mainly: red. Hex color #686563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686563 is #979A9C. Grayscale: #656565. Windows color (decimal): -9935517 or 6514024. OLE color: 6514024.

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

Color convert

RGB 104 101 99 -
CMYK 0 0.03 0.05 0.59
HSL 24º 0.02% 0.4% -
HSV(B) 24º 0.05% 0.41% -
XYZ 12.61 13.15 13.68 -
YUV 101.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 104 101 99 0 0.03 0.05 0.59 24 0.02 0.4
Hex 68 65 63 0 3 5 3B 18 2 28
Octal 150 145 143 0 3 5 73 30 2 50
Binary 1101000 1100101 1100011 0 11 101 111011 11000 10 101000

Color Harmonies of #686563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686563

Black with #686563

Text Example


Text Example

White with #686563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686563; }

 p { color: rgb(104,101,99); }

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

background-color css

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

 a { background-color: rgb(104,101,99); }

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

border-color css

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

 span { border-color: rgb(104,101,99); }

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