#625C12

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

Shades of Costa Del Sol #625C12

Tints of Costa Del Sol #625C12

Color information

#625C12 (or 0x625C12) is unknown color: approx Costa Del Sol. HEX triplet: 62, 5C and 12. RGB value is (98,92,18). Sum of RGB (Red+Green+Blue) = 98+92+18=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 98 - color contains mainly: red. Hex color #625C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #625C12 is #9DA3ED. Grayscale: #555555. Windows color (decimal): -10331118 or 1203298. OLE color: 1203298.

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

Color convert

RGB989218-
CMYK00.060.820.62
HSL55.5º68.97%22.75%-
HSV(B)55.5º81.63%38.43%-
XYZ8.9710.292.09-
YUV85.3689.99137.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.12%
GREEN value IS 92 (36.33% from 255) = 44.23%
BLUE value IS 18 (7.42% from 255) = 8.65%
R=47.12%
G=44.23%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98921800.060.820.6255.568.9722.75
Hex625C1206523E384517
Octal1421342206122767010527
Binary110001010111001001001101010010111110111000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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