#63600D

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

Shades of Costa Del Sol #63600D

Tints of Costa Del Sol #63600D

Color information

#63600D (or 0x63600D) is unknown color: approx Costa Del Sol. HEX triplet: 63, 60 and 0D. RGB value is (99,96,13). Sum of RGB (Red+Green+Blue) = 99+96+13=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #63600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63600D is #9C9FF2. Grayscale: #575757. Windows color (decimal): -10264563 or 876643. OLE color: 876643.

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

Color convert

RGB999613-
CMYK00.030.870.61
HSL57.91º76.79%21.96%-
HSV(B)57.91º86.87%38.82%-
XYZ9.411.052.02-
YUV87.4485.99136.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 96 (37.89% from 255) = 46.15%
BLUE value IS 13 (5.47% from 255) = 6.25%
R=47.60%
G=46.15%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99961300.030.870.6157.9176.7921.96
Hex6360D03573D3a4d16
Octal1431401503127757211526
Binary1100011110000011010111010111111101111010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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