#63580E

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

Shades of Costa Del Sol #63580E

Tints of Costa Del Sol #63580E

Color information

#63580E (or 0x63580E) is unknown color: approx Costa Del Sol. HEX triplet: 63, 58 and 0E. RGB value is (99,88,14). Sum of RGB (Red+Green+Blue) = 99+88+14=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #63580E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #63580E is #9CA7F1. Grayscale: #535353. Windows color (decimal): -10266610 or 940131. OLE color: 940131.

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

Color convert

RGB998814-
CMYK00.110.860.61
HSL52.24º75.22%22.16%-
HSV(B)52.24º85.86%38.82%-
XYZ8.719.661.82-
YUV82.8589.14139.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 88 (34.77% from 255) = 43.78%
BLUE value IS 14 (5.86% from 255) = 6.97%
R=49.25%
G=43.78%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99881400.110.860.6152.2475.2222.16
Hex6358E0B563D344b16
Octal14313016013126756411326
Binary110001110110001110010111010110111101110100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63580E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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