#625A31

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

Shades of Costa Del Sol #625A31

Tints of Costa Del Sol #625A31

Color information

#625A31 (or 0x625A31) is unknown color: approx Costa Del Sol. HEX triplet: 62, 5A and 31. RGB value is (98,90,49). Sum of RGB (Red+Green+Blue) = 98+90+49=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 98 - color contains mainly: red. Hex color #625A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625A31 is #9DA5CE. Grayscale: #575757. Windows color (decimal): -10331599 or 3234402. OLE color: 3234402.

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

Color convert

RGB989049-
CMYK00.080.50.62
HSL50.2º33.33%28.82%-
HSV(B)50.2º50%38.43%-
XYZ9.2510.134.37-
YUV87.72106.15135.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.35%
GREEN value IS 90 (35.55% from 255) = 37.97%
BLUE value IS 49 (19.53% from 255) = 20.68%
R=41.35%
G=37.97%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98904900.080.50.6250.233.3328.82
Hex625A3108323E32211d
Octal142132610106276624135
Binary110001010110101100010100011001011111011001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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