#635C13

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

Shades of Costa Del Sol #635C13

Tints of Costa Del Sol #635C13

Color information

#635C13 (or 0x635C13) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5C and 13. RGB value is (99,92,19). Sum of RGB (Red+Green+Blue) = 99+92+19=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #635C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635C13 is #9CA3EC. Grayscale: #565656. Windows color (decimal): -10265581 or 1268835. OLE color: 1268835.

HSL color Cylindrical-coordinate representation of color #635C13: hue angle of 54.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #635C13 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB999219-
CMYK00.070.810.61
HSL54.75º67.8%23.14%-
HSV(B)54.75º80.81%38.82%-
XYZ9.0910.352.14-
YUV85.7790.32137.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.14%
GREEN value IS 92 (36.33% from 255) = 43.81%
BLUE value IS 19 (7.81% from 255) = 9.05%
R=47.14%
G=43.81%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99921900.070.810.6154.7567.823.14
Hex635C1307513D374417
Octal1431342307121756710427
Binary110001110111001001101111010001111101110111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635C13; }

 p { color: rgb(99,92,19); }

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

<style>
 a { background-color: #635C13; }

 a { background-color: rgb(99,92,19); }

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

<style>
 span { border-color: #635C13; }

 span { border-color: rgb(99,92,19); }

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