#616025

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

Shades of Costa Del Sol #616025

Tints of Costa Del Sol #616025

Color information

#616025 (or 0x616025) is unknown color: approx Costa Del Sol. HEX triplet: 61, 60 and 25. RGB value is (97,96,37). Sum of RGB (Red+Green+Blue) = 97+96+37=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #616025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616025 is #9E9FDA. Grayscale: #595959. Windows color (decimal): -10395611 or 2449505. OLE color: 2449505.

HSL color Cylindrical-coordinate representation of color #616025: hue angle of 59º 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 #616025 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB979637-
CMYK00.010.620.62
HSL59º44.78%26.27%-
HSV(B)59º61.86%38.04%-
XYZ9.4511.043.38-
YUV89.5798.33133.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 37 (14.84% from 255) = 16.09%
R=42.17%
G=41.74%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97963700.010.620.625944.7826.27
Hex616025013E3E3b2d1a
Octal14114045017676735532
Binary110000111000001001010111111011111011101110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616025; }

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

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

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

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

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

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

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

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