#606130

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

Shades of Costa Del Sol #606130

Tints of Costa Del Sol #606130

Color information

#606130 (or 0x606130) is unknown color: approx Costa Del Sol. HEX triplet: 60, 61 and 30. RGB value is (96,97,48). Sum of RGB (Red+Green+Blue) = 96+97+48=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #606130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606130 is #9F9ECF. Grayscale: #5B5B5B. Windows color (decimal): -10460880 or 3170656. OLE color: 3170656.

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

Color convert

RGB969748-
CMYK0.0100.510.62
HSL61.22º33.79%28.43%-
HSV(B)61.22º50.52%38.04%-
XYZ9.6311.254.46-
YUV91.12103.67131.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 97 (38.28% from 255) = 40.25%
BLUE value IS 48 (19.14% from 255) = 19.92%
R=39.83%
G=40.25%
B=19.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697480.0100.510.6261.2233.7928.43
Hex60613010333E3d221c
Octal14014160106376754234
Binary110000011000011100001011001111111011110110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606130; }

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

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

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

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

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

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

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

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