#686316

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

Shades of Costa Del Sol #686316

Tints of Costa Del Sol #686316

Color information

#686316 (or 0x686316) is unknown color: approx Costa Del Sol. HEX triplet: 68, 63 and 16. RGB value is (104,99,22). Sum of RGB (Red+Green+Blue) = 104+99+22=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #686316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686316 is #979CE9. Grayscale: #5C5C5C. Windows color (decimal): -9936106 or 1467240. OLE color: 1467240.

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

Color convert

RGB1049922-
CMYK00.050.790.59
HSL56.34º65.08%24.71%-
HSV(B)56.34º78.85%40.78%-
XYZ10.3211.922.52-
YUV91.7288.66136.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 99 (39.06% from 255) = 44%
BLUE value IS 22 (8.98% from 255) = 9.78%
R=46.22%
G=44%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104992200.050.790.5956.3465.0824.71
Hex686316054F3B384119
Octal1501432605117737010131
Binary110100011000111011001011001111111011111000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686316; }

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

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

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

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

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

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

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

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