#685813

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

Shades of Costa Del Sol #685813

Tints of Costa Del Sol #685813

Color information

#685813 (or 0x685813) is unknown color: approx Costa Del Sol. HEX triplet: 68, 58 and 13. RGB value is (104,88,19). Sum of RGB (Red+Green+Blue) = 104+88+19=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #685813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685813 is #97A7EC. Grayscale: #555555. Windows color (decimal): -9938925 or 1267816. OLE color: 1267816.

HSL color Cylindrical-coordinate representation of color #685813: hue angle of 48.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #685813 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1048819-
CMYK00.150.820.59
HSL48.71º69.11%24.12%-
HSV(B)48.71º81.73%40.78%-
XYZ9.329.972.05-
YUV84.9290.8141.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.29%
GREEN value IS 88 (34.77% from 255) = 41.71%
BLUE value IS 19 (7.81% from 255) = 9.00%
R=49.29%
G=41.71%
B=9.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104881900.150.820.5948.7169.1124.12
Hex6858130F523B314518
Octal15013023017122736110530
Binary1101000101100010011011111010010111011110001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685813; }

 p { color: rgb(104,88,19); }

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

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

 a { background-color: rgb(104,88,19); }

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

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

 span { border-color: rgb(104,88,19); }

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