#686225

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

Shades of Costa Del Sol #686225

Tints of Costa Del Sol #686225

Color information

#686225 (or 0x686225) is unknown color: approx Costa Del Sol. HEX triplet: 68, 62 and 25. RGB value is (104,98,37). Sum of RGB (Red+Green+Blue) = 104+98+37=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #686225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686225 is #979DDA. Grayscale: #5D5D5D. Windows color (decimal): -9936347 or 2450024. OLE color: 2450024.

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

Color convert

RGB1049837-
CMYK00.060.640.59
HSL54.63º47.52%27.65%-
HSV(B)54.63º64.42%40.78%-
XYZ10.4111.813.48-
YUV92.8496.49135.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 98 (38.67% from 255) = 41.00%
BLUE value IS 37 (14.84% from 255) = 15.48%
R=43.51%
G=41.00%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104983700.060.640.5954.6347.5227.65
Hex68622506403B37301c
Octal150142450610073676034
Binary110100011000101001010110100000011101111011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686225; }

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

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

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

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

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

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

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

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