#625D12

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

Shades of Costa Del Sol #625D12

Tints of Costa Del Sol #625D12

Color information

#625D12 (or 0x625D12) is unknown color: approx Costa Del Sol. HEX triplet: 62, 5D and 12. RGB value is (98,93,18). Sum of RGB (Red+Green+Blue) = 98+93+18=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #625D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625D12 is #9DA2ED. Grayscale: #565656. Windows color (decimal): -10330862 or 1203554. OLE color: 1203554.

HSL color Cylindrical-coordinate representation of color #625D12: hue angle of 56.25º 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 #625D12 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB989318-
CMYK00.050.820.62
HSL56.25º68.97%22.75%-
HSV(B)56.25º81.63%38.43%-
XYZ9.0610.472.12-
YUV85.9489.66136.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.89%
GREEN value IS 93 (36.72% from 255) = 44.50%
BLUE value IS 18 (7.42% from 255) = 8.61%
R=46.89%
G=44.50%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98931800.050.820.6256.2568.9722.75
Hex625D1205523E384517
Octal1421352205122767010527
Binary110001010111011001001011010010111110111000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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