#685C21

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

Shades of Costa Del Sol #685C21

Tints of Costa Del Sol #685C21

Color information

#685C21 (or 0x685C21) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5C and 21. RGB value is (104,92,33). Sum of RGB (Red+Green+Blue) = 104+92+33=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #685C21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C21 is #97A3DE. Grayscale: #595959. Windows color (decimal): -9937887 or 2186344. OLE color: 2186344.

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

Color convert

RGB1049233-
CMYK00.120.680.59
HSL49.86º51.82%26.86%-
HSV(B)49.86º68.27%40.78%-
XYZ9.8110.712.99-
YUV88.8696.48138.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 92 (36.33% from 255) = 40.17%
BLUE value IS 33 (13.28% from 255) = 14.41%
R=45.41%
G=40.17%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104923300.120.680.5949.8651.8226.86
Hex685C210C443B32341b
Octal1501344101410473626433
Binary1101000101110010000101100100010011101111001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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