#625A25

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

Shades of Costa Del Sol #625A25

Tints of Costa Del Sol #625A25

Color information

#625A25 (or 0x625A25) is unknown color: approx Costa Del Sol. HEX triplet: 62, 5A and 25. RGB value is (98,90,37). Sum of RGB (Red+Green+Blue) = 98+90+37=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #625A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625A25 is #9DA5DA. Grayscale: #565656. Windows color (decimal): -10331611 or 2447970. OLE color: 2447970.

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

Color convert

RGB989037-
CMYK00.080.620.62
HSL52.13º45.19%26.47%-
HSV(B)52.13º62.24%38.43%-
XYZ9.0310.043.21-
YUV86.35100.15136.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.56%
GREEN value IS 90 (35.55% from 255) = 40%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=43.56%
G=40%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98903700.080.620.6252.1345.1926.47
Hex625A25083E3E342d1a
Octal142132450107676645532
Binary110001010110101001010100011111011111011010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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