#635714

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

Shades of Costa Del Sol #635714

Tints of Costa Del Sol #635714

Color information

#635714 (or 0x635714) is unknown color: approx Costa Del Sol. HEX triplet: 63, 57 and 14. RGB value is (99,87,20). Sum of RGB (Red+Green+Blue) = 99+87+20=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #635714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635714 is #9CA8EB. Grayscale: #535353. Windows color (decimal): -10266860 or 1333091. OLE color: 1333091.

HSL color Cylindrical-coordinate representation of color #635714: hue angle of 50.89º 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 #635714 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB998720-
CMYK00.120.800.61
HSL50.89º66.39%23.33%-
HSV(B)50.89º79.8%38.82%-
XYZ8.689.522.04-
YUV82.9592.48139.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 87 (34.38% from 255) = 42.23%
BLUE value IS 20 (8.20% from 255) = 9.71%
R=48.06%
G=42.23%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99872000.120.800.6150.8966.3923.33
Hex6357140C503D334217
Octal14312724014120756310227
Binary1100011101011110100011001010000111101110011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635714; }

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

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

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

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

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

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

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

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