#625B12

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

Shades of Costa Del Sol #625B12

Tints of Costa Del Sol #625B12

Color information

#625B12 (or 0x625B12) is unknown color: approx Costa Del Sol. HEX triplet: 62, 5B and 12. RGB value is (98,91,18). Sum of RGB (Red+Green+Blue) = 98+91+18=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #625B12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625B12 is #9DA4ED. Grayscale: #555555. Windows color (decimal): -10331374 or 1203042. OLE color: 1203042.

HSL color Cylindrical-coordinate representation of color #625B12: hue angle of 54.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #625B12 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB989118-
CMYK00.070.820.62
HSL54.75º68.97%22.75%-
HSV(B)54.75º81.63%38.43%-
XYZ8.8910.122.06-
YUV84.7790.32137.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.34%
GREEN value IS 91 (35.94% from 255) = 43.96%
BLUE value IS 18 (7.42% from 255) = 8.70%
R=47.34%
G=43.96%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98911800.070.820.6254.7568.9722.75
Hex625B1207523E374517
Octal1421332207122766710527
Binary110001010110111001001111010010111110110111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,91,18); }

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

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

 a { background-color: rgb(98,91,18); }

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

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

 span { border-color: rgb(98,91,18); }

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