#686126

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

Shades of Costa Del Sol #686126

Tints of Costa Del Sol #686126

Color information

#686126 (or 0x686126) is unknown color: approx Costa Del Sol. HEX triplet: 68, 61 and 26. RGB value is (104,97,38). Sum of RGB (Red+Green+Blue) = 104+97+38=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #686126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686126 is #979ED9. Grayscale: #5C5C5C. Windows color (decimal): -9936602 or 2515304. OLE color: 2515304.

HSL color Cylindrical-coordinate representation of color #686126: hue angle of 53.64º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #686126 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB1049738-
CMYK00.070.630.59
HSL53.64º46.48%27.84%-
HSV(B)53.64º63.46%40.78%-
XYZ10.3311.633.53-
YUV92.3797.32136.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 97 (38.28% from 255) = 40.59%
BLUE value IS 38 (15.23% from 255) = 15.90%
R=43.51%
G=40.59%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104973800.070.630.5953.6446.4827.84
Hex686126073F3B362e1c
Octal15014146077773665634
Binary11010001100001100110011111111111101111011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686126; }

 p { color: rgb(104,97,38); }

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

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

 a { background-color: rgb(104,97,38); }

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

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

 span { border-color: rgb(104,97,38); }

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