#625A0F

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

Shades of Costa Del Sol #625A0F

Tints of Costa Del Sol #625A0F

Color information

#625A0F (or 0x625A0F) is unknown color: approx Costa Del Sol. HEX triplet: 62, 5A and 0F. RGB value is (98,90,15). Sum of RGB (Red+Green+Blue) = 98+90+15=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #625A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625A0F is #9DA5F0. Grayscale: #545454. Windows color (decimal): -10331633 or 1006178. OLE color: 1006178.

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

Color convert

RGB989015-
CMYK00.080.850.62
HSL54.22º73.45%22.16%-
HSV(B)54.22º84.69%38.43%-
XYZ8.789.941.91-
YUV83.8489.15138.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.28%
GREEN value IS 90 (35.55% from 255) = 44.33%
BLUE value IS 15 (6.25% from 255) = 7.39%
R=48.28%
G=44.33%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98901500.080.850.6254.2273.4522.16
Hex625AF08553E364916
Octal14213217010125766611126
Binary110001010110101111010001010101111110110110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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