#686310

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

Shades of Costa Del Sol #686310

Tints of Costa Del Sol #686310

Color information

#686310 (or 0x686310) is unknown color: approx Costa Del Sol. HEX triplet: 68, 63 and 10. RGB value is (104,99,16). Sum of RGB (Red+Green+Blue) = 104+99+16=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #686310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686310 is #979CEF. Grayscale: #5B5B5B. Windows color (decimal): -9936112 or 1074024. OLE color: 1074024.

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

Color convert

RGB1049916-
CMYK00.050.850.59
HSL56.59º73.33%23.53%-
HSV(B)56.59º84.62%40.78%-
XYZ10.2611.92.25-
YUV91.0385.66137.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 16 (6.64% from 255) = 7.31%
R=47.49%
G=45.21%
B=7.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104991600.050.850.5956.5973.3323.53
Hex68631005553B394918
Octal1501432005125737111130
Binary110100011000111000001011010101111011111001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686310; }

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

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

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

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

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

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

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

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