#625D01

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

Shades of Costa Del Sol #625D01

Tints of Costa Del Sol #625D01

Color information

#625D01 (or 0x625D01) is unknown color: approx Costa Del Sol. HEX triplet: 62, 5D and 01. RGB value is (98,93,1). Sum of RGB (Red+Green+Blue) = 98+93+1=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 93 (36.72% from 255 or 48.44% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #625D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625D01 is #9DA2FE. Grayscale: #545454. Windows color (decimal): -10330879 or 89442. OLE color: 89442.

HSL color Cylindrical-coordinate representation of color #625D01: hue angle of 56.91º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #625D01 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB98931-
CMYK00.050.990.62
HSL56.91º97.98%19.41%-
HSV(B)56.91º98.98%38.43%-
XYZ8.9610.431.57-
YUV84.0181.16137.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.04%
GREEN value IS 93 (36.72% from 255) = 48.44%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=51.04%
G=48.44%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9893100.050.990.6256.9197.9819.41
Hex625D105633E396213
Octal142135105143767114223
Binary11000101011101101011100011111110111001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,93,1); }

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

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

 a { background-color: rgb(98,93,1); }

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

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

 span { border-color: rgb(98,93,1); }

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