#625A0E

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

Shades of Costa Del Sol #625A0E

Tints of Costa Del Sol #625A0E

Color information

#625A0E (or 0x625A0E) is unknown color: approx Costa Del Sol. HEX triplet: 62, 5A and 0E. RGB value is (98,90,14). Sum of RGB (Red+Green+Blue) = 98+90+14=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #625A0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625A0E is #9DA5F1. Grayscale: #545454. Windows color (decimal): -10331634 or 940642. OLE color: 940642.

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

Color convert

RGB989014-
CMYK00.080.860.62
HSL54.29º75%21.96%-
HSV(B)54.29º85.71%38.43%-
XYZ8.779.941.87-
YUV83.7388.65138.18-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.51%
GREEN value IS 90 (35.55% from 255) = 44.55%
BLUE value IS 14 (5.86% from 255) = 6.93%
R=48.51%
G=44.55%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98901400.080.860.6254.297521.96
Hex625AE08563E364b16
Octal14213216010126766611326
Binary110001010110101110010001010110111110110110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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