#686430

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

Shades of Costa Del Sol #686430

Tints of Costa Del Sol #686430

Color information

#686430 (or 0x686430) is unknown color: approx Costa Del Sol. HEX triplet: 68, 64 and 30. RGB value is (104,100,48). Sum of RGB (Red+Green+Blue) = 104+100+48=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #686430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686430 is #979BCF. Grayscale: #5F5F5F. Windows color (decimal): -9935824 or 3171432. OLE color: 3171432.

HSL color Cylindrical-coordinate representation of color #686430: hue angle of 55.71º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #686430 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB10410048-
CMYK00.040.540.59
HSL55.71º36.84%29.8%-
HSV(B)55.71º53.85%40.78%-
XYZ10.812.274.6-
YUV95.27101.33134.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 100 (39.45% from 255) = 39.68%
BLUE value IS 48 (19.14% from 255) = 19.05%
R=41.27%
G=39.68%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041004800.040.540.5955.7136.8429.8
Hex68643004363B38251e
Octal15014460046673704536
Binary11010001100100110000010011011011101111100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686430; }

 p { color: rgb(104,100,48); }

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

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

 a { background-color: rgb(104,100,48); }

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

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

 span { border-color: rgb(104,100,48); }

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