#685921

Color #685921 Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #685921

Tints of Costa Del Sol #685921

Color information

#685921 (or 0x685921) is unknown color: approx Costa Del Sol. HEX triplet: 68, 59 and 21. RGB value is (104,89,33). Sum of RGB (Red+Green+Blue) = 104+89+33=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #685921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685921 is #97A6DE. Grayscale: #575757. Windows color (decimal): -9938655 or 2185576. OLE color: 2185576.

HSL color Cylindrical-coordinate representation of color #685921: hue angle of 47.32º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #685921 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB1048933-
CMYK00.140.680.59
HSL47.32º51.82%26.86%-
HSV(B)47.32º68.27%40.78%-
XYZ9.5610.22.9-
YUV87.197.47140.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.02%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 33 (13.28% from 255) = 14.60%
R=46.02%
G=39.38%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104893300.140.680.5947.3251.8226.86
Hex6859210E443B2f341b
Octal1501314101610473576433
Binary1101000101100110000101110100010011101110111111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685921; }

 p { color: rgb(104,89,33); }

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

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

 a { background-color: rgb(104,89,33); }

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

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

 span { border-color: rgb(104,89,33); }

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