#616125

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

Shades of Costa Del Sol #616125

Tints of Costa Del Sol #616125

Color information

#616125 (or 0x616125) is unknown color: approx Costa Del Sol. HEX triplet: 61, 61 and 25. RGB value is (97,97,37). Sum of RGB (Red+Green+Blue) = 97+97+37=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616125 is #9E9EDA. Grayscale: #5A5A5A. Windows color (decimal): -10395355 or 2449761. OLE color: 2449761.

HSL color Cylindrical-coordinate representation of color #616125: hue angle of 60º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #616125 is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB979737-
CMYK000.620.62
HSL60º44.78%26.27%-
HSV(B)60º61.86%38.04%-
XYZ9.5411.223.41-
YUV90.1698132.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.99%
GREEN value IS 97 (38.28% from 255) = 41.99%
BLUE value IS 37 (14.84% from 255) = 16.02%
R=41.99%
G=41.99%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979737000.620.626044.7826.27
Hex616125003E3E3c2d1a
Octal14114145007676745532
Binary110000111000011001010011111011111011110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616125; }

 p { color: rgb(97,97,37); }

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

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

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

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

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

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

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