#625A2F

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

Shades of Costa Del Sol #625A2F

Tints of Costa Del Sol #625A2F

Color information

#625A2F (or 0x625A2F) is unknown color: approx Costa Del Sol. HEX triplet: 62, 5A and 2F. RGB value is (98,90,47). Sum of RGB (Red+Green+Blue) = 98+90+47=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 98 - color contains mainly: red. Hex color #625A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625A2F is #9DA5D0. Grayscale: #575757. Windows color (decimal): -10331601 or 3103330. OLE color: 3103330.

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

Color convert

RGB989047-
CMYK00.080.520.62
HSL50.59º35.17%28.43%-
HSV(B)50.59º52.04%38.43%-
XYZ9.2110.114.16-
YUV87.49105.15135.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.70%
GREEN value IS 90 (35.55% from 255) = 38.30%
BLUE value IS 47 (18.75% from 255) = 20%
R=41.70%
G=38.30%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98904700.080.520.6250.5935.1728.43
Hex625A2F08343E33231c
Octal142132570106476634334
Binary110001010110101011110100011010011111011001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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