#606225

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

Shades of Costa Del Sol #606225

Tints of Costa Del Sol #606225

Color information

#606225 (or 0x606225) is unknown color: approx Costa Del Sol. HEX triplet: 60, 62 and 25. RGB value is (96,98,37). Sum of RGB (Red+Green+Blue) = 96+98+37=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #606225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606225 is #9F9DDA. Grayscale: #5A5A5A. Windows color (decimal): -10460635 or 2450016. OLE color: 2450016.

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

Color convert

RGB969837-
CMYK0.0200.620.62
HSL61.97º45.19%26.47%-
HSV(B)61.97º62.24%38.43%-
XYZ9.5311.363.44-
YUV90.4597.84131.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.56%
GREEN value IS 98 (38.67% from 255) = 42.42%
BLUE value IS 37 (14.84% from 255) = 16.02%
R=41.56%
G=42.42%
B=16.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698370.0200.620.6261.9745.1926.47
Hex606225203E3E3e2d1a
Octal14014245207676765532
Binary1100000110001010010110011111011111011111010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606225; }

 p { color: rgb(96,98,37); }

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

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

 a { background-color: rgb(96,98,37); }

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

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

 span { border-color: rgb(96,98,37); }

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