#635E13

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

Shades of Costa Del Sol #635E13

Tints of Costa Del Sol #635E13

Color information

#635E13 (or 0x635E13) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5E and 13. RGB value is (99,94,19). Sum of RGB (Red+Green+Blue) = 99+94+19=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #635E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635E13 is #9CA1EC. Grayscale: #575757. Windows color (decimal): -10265069 or 1269347. OLE color: 1269347.

HSL color Cylindrical-coordinate representation of color #635E13: hue angle of 56.25º 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 #635E13 is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB999419-
CMYK00.050.810.61
HSL56.25º67.8%23.14%-
HSV(B)56.25º80.81%38.82%-
XYZ9.2710.712.19-
YUV86.9489.66136.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 94 (37.11% from 255) = 44.34%
BLUE value IS 19 (7.81% from 255) = 8.96%
R=46.70%
G=44.34%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99941900.050.810.6156.2567.823.14
Hex635E1305513D384417
Octal1431362305121757010427
Binary110001110111101001101011010001111101111000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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