#616130

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

Shades of Costa Del Sol #616130

Tints of Costa Del Sol #616130

Color information

#616130 (or 0x616130) is unknown color: approx Costa Del Sol. HEX triplet: 61, 61 and 30. RGB value is (97,97,48). Sum of RGB (Red+Green+Blue) = 97+97+48=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 97 - color contains mainly: red, green. Hex color #616130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616130 is #9E9ECF. Grayscale: #5B5B5B. Windows color (decimal): -10395344 or 3170657. OLE color: 3170657.

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

Color convert

RGB979748-
CMYK000.510.62
HSL60º33.79%28.43%-
HSV(B)60º50.52%38.04%-
XYZ9.7411.34.46-
YUV91.41103.5131.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.08%
GREEN value IS 97 (38.28% from 255) = 40.08%
BLUE value IS 48 (19.14% from 255) = 19.83%
R=40.08%
G=40.08%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal979748000.510.626033.7928.43
Hex61613000333E3c221c
Octal14114160006376744234
Binary110000111000011100000011001111111011110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616130; }

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

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

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

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

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

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

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

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