Html Css Color HEX #686260 Dorado

📋 copy color: '#686260'

red 104 ◦ green 98 ◦ blue 96

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

Shades of Dorado #686260

Tints of Dorado #686260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.89%

 BLUE value IS 96 (37.89% from 255) = 32.21%

R = 34.9%
G = 32.89%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#686260 (or 0x686260) is known color: Dorado. HEX triplet: 68, 62 and 60. RGB value is (104,98,96). Sum of RGB (Red+Green+Blue) = 104+98+96=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 104 - color contains mainly: red. Hex color #686260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686260 is #979D9F. Grayscale: #636363. Windows color (decimal): -9936288 or 6316648. OLE color: 6316648.

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

Color convert

RGB 104 98 96 -
CMYK 0 0.06 0.08 0.59
HSL 15º 0.04% 0.39% -
HSV(B) 15º 0.08% 0.41% -
XYZ 12.19 12.52 12.84 -
YUV 99.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 104 98 96 0 0.06 0.08 0.59 15 0.04 0.39
Hex 68 62 60 0 6 8 3B F 4 27
Octal 150 142 140 0 6 10 73 17 4 47
Binary 1101000 1100010 1100000 0 110 1000 111011 1111 100 100111

Color Harmonies of #686260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686260

Black with #686260

Text Example


Text Example

White with #686260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686260; }

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

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

background-color css

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

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

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

border-color css

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

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

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