#625C16

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

Shades of Costa Del Sol #625C16

Tints of Costa Del Sol #625C16

Color information

#625C16 (or 0x625C16) is unknown color: approx Costa Del Sol. HEX triplet: 62, 5C and 16. RGB value is (98,92,22). Sum of RGB (Red+Green+Blue) = 98+92+22=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #625C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625C16 is #9DA3E9. Grayscale: #565656. Windows color (decimal): -10331114 or 1465442. OLE color: 1465442.

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

Color convert

RGB989222-
CMYK00.060.780.62
HSL55.26º63.33%23.53%-
HSV(B)55.26º77.55%38.43%-
XYZ9.0110.312.27-
YUV85.8191.99136.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.23%
GREEN value IS 92 (36.33% from 255) = 43.40%
BLUE value IS 22 (8.98% from 255) = 10.38%
R=46.23%
G=43.40%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98922200.060.780.6255.2663.3323.53
Hex625C16064E3E373f18
Octal142134260611676677730
Binary11000101011100101100110100111011111011011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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