#625C05

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

Shades of Costa Del Sol #625C05

Tints of Costa Del Sol #625C05

Color information

#625C05 (or 0x625C05) is unknown color: approx Costa Del Sol. HEX triplet: 62, 5C and 05. RGB value is (98,92,5). Sum of RGB (Red+Green+Blue) = 98+92+5=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #625C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625C05 is #9DA3FA. Grayscale: #545454. Windows color (decimal): -10331131 or 351330. OLE color: 351330.

HSL color Cylindrical-coordinate representation of color #625C05: hue angle of 56.13º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #625C05 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB98925-
CMYK00.060.950.62
HSL56.13º90.29%20.2%-
HSV(B)56.13º94.9%38.43%-
XYZ8.8910.261.66-
YUV83.8883.49138.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 92 (36.33% from 255) = 47.18%
BLUE value IS 5 (2.34% from 255) = 2.56%
R=50.26%
G=47.18%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9892500.060.950.6256.1390.2920.2
Hex625C5065F3E385a14
Octal142134506137767013224
Binary1100010101110010101101011111111110111000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,92,5); }

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

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

 a { background-color: rgb(98,92,5); }

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

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

 span { border-color: rgb(98,92,5); }

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