#686211

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

Shades of Costa Del Sol #686211

Tints of Costa Del Sol #686211

Color information

#686211 (or 0x686211) is unknown color: approx Costa Del Sol. HEX triplet: 68, 62 and 11. RGB value is (104,98,17). Sum of RGB (Red+Green+Blue) = 104+98+17=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #686211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686211 is #979DEE. Grayscale: #5A5A5A. Windows color (decimal): -9936367 or 1139304. OLE color: 1139304.

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

Color convert

RGB1049817-
CMYK00.060.840.59
HSL55.86º71.9%23.73%-
HSV(B)55.86º83.65%40.78%-
XYZ10.1811.722.26-
YUV90.5686.49137.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 98 (38.67% from 255) = 44.75%
BLUE value IS 17 (7.03% from 255) = 7.76%
R=47.49%
G=44.75%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104981700.060.840.5955.8671.923.73
Hex68621106543B384818
Octal1501422106124737011030
Binary110100011000101000101101010100111011111000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686211; }

 p { color: rgb(104,98,17); }

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

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

 a { background-color: rgb(104,98,17); }

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

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

 span { border-color: rgb(104,98,17); }

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