#635A14

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

Shades of Costa Del Sol #635A14

Tints of Costa Del Sol #635A14

Color information

#635A14 (or 0x635A14) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5A and 14. RGB value is (99,90,20). Sum of RGB (Red+Green+Blue) = 99+90+20=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #635A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635A14 is #9CA5EB. Grayscale: #555555. Windows color (decimal): -10266092 or 1333859. OLE color: 1333859.

HSL color Cylindrical-coordinate representation of color #635A14: hue angle of 53.16º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #635A14 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB999020-
CMYK00.090.800.61
HSL53.16º66.39%23.33%-
HSV(B)53.16º79.8%38.82%-
XYZ8.9310.022.12-
YUV84.7191.48138.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.37%
GREEN value IS 90 (35.55% from 255) = 43.06%
BLUE value IS 20 (8.20% from 255) = 9.57%
R=47.37%
G=43.06%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99902000.090.800.6153.1666.3923.33
Hex635A1409503D354217
Octal14313224011120756510227
Binary1100011101101010100010011010000111101110101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,90,20); }

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

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

 a { background-color: rgb(99,90,20); }

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

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

 span { border-color: rgb(99,90,20); }

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