#686032

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

Shades of Costa Del Sol #686032

Tints of Costa Del Sol #686032

Color information

#686032 (or 0x686032) is unknown color: approx Costa Del Sol. HEX triplet: 68, 60 and 32. RGB value is (104,96,50). Sum of RGB (Red+Green+Blue) = 104+96+50=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #686032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686032 is #979FCD. Grayscale: #5D5D5D. Windows color (decimal): -9936846 or 3301480. OLE color: 3301480.

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

Color convert

RGB1049650-
CMYK00.080.520.59
HSL51.11º35.06%30.2%-
HSV(B)51.11º51.92%40.78%-
XYZ10.4711.544.69-
YUV93.15103.65135.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.6%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 50 (19.92% from 255) = 20%
R=41.6%
G=38.4%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104965000.080.520.5951.1135.0630.2
Hex68603208343B33231e
Octal150140620106473634336
Binary110100011000001100100100011010011101111001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686032; }

 p { color: rgb(104,96,50); }

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

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

 a { background-color: rgb(104,96,50); }

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

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

 span { border-color: rgb(104,96,50); }

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