#616128

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

Shades of Costa Del Sol #616128

Tints of Costa Del Sol #616128

Color information

#616128 (or 0x616128) is unknown color: approx Costa Del Sol. HEX triplet: 61, 61 and 28. RGB value is (97,97,40). Sum of RGB (Red+Green+Blue) = 97+97+40=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616128 is #9E9ED7. Grayscale: #5A5A5A. Windows color (decimal): -10395352 or 2646369. OLE color: 2646369.

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

Color convert

RGB979740-
CMYK000.590.62
HSL60º41.61%26.86%-
HSV(B)60º58.76%38.04%-
XYZ9.5911.243.67-
YUV90.599.5132.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.45%
GREEN value IS 97 (38.28% from 255) = 41.45%
BLUE value IS 40 (16.02% from 255) = 17.09%
R=41.45%
G=41.45%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979740000.590.626041.6126.86
Hex616128003B3E3c2a1b
Octal14114150007376745233
Binary110000111000011010000011101111111011110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616128; }

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

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

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

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

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

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

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

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