#606127

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

Shades of Costa Del Sol #606127

Tints of Costa Del Sol #606127

Color information

#606127 (or 0x606127) is unknown color: approx Costa Del Sol. HEX triplet: 60, 61 and 27. RGB value is (96,97,39). Sum of RGB (Red+Green+Blue) = 96+97+39=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #606127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606127 is #9F9ED8. Grayscale: #5A5A5A. Windows color (decimal): -10460889 or 2580832. OLE color: 2580832.

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

Color convert

RGB969739-
CMYK0.0100.600.62
HSL61.03º42.65%26.67%-
HSV(B)61.03º59.79%38.04%-
XYZ9.4611.183.58-
YUV90.0999.17132.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 97 (38.28% from 255) = 41.81%
BLUE value IS 39 (15.62% from 255) = 16.81%
R=41.38%
G=41.81%
B=16.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697390.0100.600.6261.0342.6526.67
Hex606127103C3E3d2b1b
Octal14014147107476755333
Binary110000011000011001111011110011111011110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606127; }

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

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

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

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

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

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

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

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