#625A20

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

Shades of Costa Del Sol #625A20

Tints of Costa Del Sol #625A20

Color information

#625A20 (or 0x625A20) is unknown color: approx Costa Del Sol. HEX triplet: 62, 5A and 20. RGB value is (98,90,32). Sum of RGB (Red+Green+Blue) = 98+90+32=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 32 (12.89% from 255 or 14.55% from 220); Max value from RGB is 98 - color contains mainly: red. Hex color #625A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625A20 is #9DA5DF. Grayscale: #565656. Windows color (decimal): -10331616 or 2120290. OLE color: 2120290.

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

Color convert

RGB989032-
CMYK00.080.670.62
HSL52.73º50.77%25.49%-
HSV(B)52.73º67.35%38.43%-
XYZ8.9510.012.83-
YUV85.7897.65136.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.55%
GREEN value IS 90 (35.55% from 255) = 40.91%
BLUE value IS 32 (12.89% from 255) = 14.55%
R=44.55%
G=40.91%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98903200.080.670.6252.7350.7725.49
Hex625A2008433E353319
Octal1421324001010376656331
Binary1100010101101010000001000100001111111011010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625A20; }

 p { color: rgb(98,90,32); }

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

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

 a { background-color: rgb(98,90,32); }

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

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

 span { border-color: rgb(98,90,32); }

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