#686360

Color #686360 Dorado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dorado #686360

Tints of Dorado #686360

Color information

#686360 (or 0x686360) is unknown color: approx Dorado. HEX triplet: 68, 63 and 60. RGB value is (104,99,96). Sum of RGB (Red+Green+Blue) = 104+99+96=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 104 - color contains mainly: red. Hex color #686360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686360 is #979C9F. Grayscale: #646464. Windows color (decimal): -9936032 or 6316904. OLE color: 6316904.

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

Color convert

RGB1049996-
CMYK00.050.080.59
HSL22.5º4%39.22%-
HSV(B)22.5º7.69%40.78%-
XYZ12.2812.7112.87-
YUV100.15125.66130.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.78%
GREEN value IS 99 (39.06% from 255) = 33.11%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=34.78%
G=33.11%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104999600.050.080.5922.5439.22
Hex6863600583B17427
Octal15014314005107327447
Binary1101000110001111000000101100011101110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686360; }

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

 H1.HeaderClassName
 {
   color: #686360;
 }
 .AnyTagClassName
 {
   color: #686360;
 }
</style>
background-color css

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

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

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

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

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

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