#625F0C

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

Shades of Costa Del Sol #625F0C

Tints of Costa Del Sol #625F0C

Color information

#625F0C (or 0x625F0C) is unknown color: approx Costa Del Sol. HEX triplet: 62, 5F and 0C. RGB value is (98,95,12). Sum of RGB (Red+Green+Blue) = 98+95+12=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #625F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625F0C is #9DA0F3. Grayscale: #565656. Windows color (decimal): -10330356 or 810850. OLE color: 810850.

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

Color convert

RGB989512-
CMYK00.030.880.62
HSL57.91º78.18%21.57%-
HSV(B)57.91º87.76%38.43%-
XYZ9.210.811.95-
YUV86.4385.99136.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.80%
GREEN value IS 95 (37.5% from 255) = 46.34%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=47.80%
G=46.34%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98951200.030.880.6257.9178.1821.57
Hex625FC03583E3a4e16
Octal1421371403130767211626
Binary1100010101111111000111011000111110111010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,95,12); }

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

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

 a { background-color: rgb(98,95,12); }

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

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

 span { border-color: rgb(98,95,12); }

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