#606126

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

Shades of Costa Del Sol #606126

Tints of Costa Del Sol #606126

Color information

#606126 (or 0x606126) is unknown color: approx Costa Del Sol. HEX triplet: 60, 61 and 26. RGB value is (96,97,38). Sum of RGB (Red+Green+Blue) = 96+97+38=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #606126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606126 is #9F9ED9. Grayscale: #5A5A5A. Windows color (decimal): -10460890 or 2515296. OLE color: 2515296.

HSL color Cylindrical-coordinate representation of color #606126: hue angle of 61.02º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #606126 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB969738-
CMYK0.0100.610.62
HSL61.02º43.7%26.47%-
HSV(B)61.02º60.82%38.04%-
XYZ9.4511.183.49-
YUV89.9898.67132.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.56%
GREEN value IS 97 (38.28% from 255) = 41.99%
BLUE value IS 38 (15.23% from 255) = 16.45%
R=41.56%
G=41.99%
B=16.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9697380.0100.610.6261.0243.726.47
Hex606126103D3E3d2c1a
Octal14014146107576755432
Binary110000011000011001101011110111111011110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606126; }

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

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

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

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

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

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

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

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