#685F21

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

Shades of Costa Del Sol #685F21

Tints of Costa Del Sol #685F21

Color information

#685F21 (or 0x685F21) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5F and 21. RGB value is (104,95,33). Sum of RGB (Red+Green+Blue) = 104+95+33=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #685F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F21 is #97A0DE. Grayscale: #5A5A5A. Windows color (decimal): -9937119 or 2187112. OLE color: 2187112.

HSL color Cylindrical-coordinate representation of color #685F21: hue angle of 52.39º 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 #685F21 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB1049533-
CMYK00.090.680.59
HSL52.39º51.82%26.86%-
HSV(B)52.39º68.27%40.78%-
XYZ10.0811.243.08-
YUV90.6295.48137.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 95 (37.5% from 255) = 40.95%
BLUE value IS 33 (13.28% from 255) = 14.22%
R=44.83%
G=40.95%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104953300.090.680.5952.3951.8226.86
Hex685F2109443B34341b
Octal1501374101110473646433
Binary1101000101111110000101001100010011101111010011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685F21; }

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

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

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

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

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

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

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

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