#63600F

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

Shades of Costa Del Sol #63600F

Tints of Costa Del Sol #63600F

Color information

#63600F (or 0x63600F) is unknown color: approx Costa Del Sol. HEX triplet: 63, 60 and 0F. RGB value is (99,96,15). Sum of RGB (Red+Green+Blue) = 99+96+15=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63600F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63600F is #9C9FF0. Grayscale: #575757. Windows color (decimal): -10264561 or 1007715. OLE color: 1007715.

HSL color Cylindrical-coordinate representation of color #63600F: hue angle of 57.86º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63600F is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB999615-
CMYK00.030.850.61
HSL57.86º73.68%22.35%-
HSV(B)57.86º84.85%38.82%-
XYZ9.4111.052.09-
YUV87.6686.99136.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.14%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 15 (6.25% from 255) = 7.14%
R=47.14%
G=45.71%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99961500.030.850.6157.8673.6822.35
Hex6360F03553D3a4a16
Octal1431401703125757211226
Binary1100011110000011110111010101111101111010100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63600F; }

 p { color: rgb(99,96,15); }

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

<style>
 a { background-color: #63600F; }

 a { background-color: rgb(99,96,15); }

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

<style>
 span { border-color: #63600F; }

 span { border-color: rgb(99,96,15); }

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