#63580C

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

Shades of Costa Del Sol #63580C

Tints of Costa Del Sol #63580C

Color information

#63580C (or 0x63580C) is unknown color: approx Costa Del Sol. HEX triplet: 63, 58 and 0C. RGB value is (99,88,12). Sum of RGB (Red+Green+Blue) = 99+88+12=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #63580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63580C is #9CA7F3. Grayscale: #525252. Windows color (decimal): -10266612 or 809059. OLE color: 809059.

HSL color Cylindrical-coordinate representation of color #63580C: hue angle of 52.41º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63580C is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB998812-
CMYK00.110.880.61
HSL52.41º78.38%21.76%-
HSV(B)52.41º87.88%38.82%-
XYZ8.79.661.75-
YUV82.6288.14139.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.75%
GREEN value IS 88 (34.77% from 255) = 44.22%
BLUE value IS 12 (5.08% from 255) = 6.03%
R=49.75%
G=44.22%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99881200.110.880.6152.4178.3821.76
Hex6358C0B583D344e16
Octal14313014013130756411626
Binary110001110110001100010111011000111101110100100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63580C; }

 p { color: rgb(99,88,12); }

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

<style>
 a { background-color: #63580C; }

 a { background-color: rgb(99,88,12); }

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

<style>
 span { border-color: #63580C; }

 span { border-color: rgb(99,88,12); }

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