#625E14

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

Shades of Costa Del Sol #625E14

Tints of Costa Del Sol #625E14

Color information

#625E14 (or 0x625E14) is unknown color: approx Costa Del Sol. HEX triplet: 62, 5E and 14. RGB value is (98,94,20). Sum of RGB (Red+Green+Blue) = 98+94+20=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #625E14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625E14 is #9DA1EB. Grayscale: #575757. Windows color (decimal): -10330604 or 1334882. OLE color: 1334882.

HSL color Cylindrical-coordinate representation of color #625E14: hue angle of 56.92º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #625E14 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB989420-
CMYK00.040.800.62
HSL56.92º66.1%23.14%-
HSV(B)56.92º79.59%38.43%-
XYZ9.1710.652.23-
YUV86.7690.33136.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.23%
GREEN value IS 94 (37.11% from 255) = 44.34%
BLUE value IS 20 (8.20% from 255) = 9.43%
R=46.23%
G=44.34%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98942000.040.800.6256.9266.123.14
Hex625E1404503E394217
Octal1421362404120767110227
Binary110001010111101010001001010000111110111001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,94,20); }

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

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

 a { background-color: rgb(98,94,20); }

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

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

 span { border-color: rgb(98,94,20); }

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