#635F2D

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

Shades of Costa Del Sol #635F2D

Tints of Costa Del Sol #635F2D

Color information

#635F2D (or 0x635F2D) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5F and 2D. RGB value is (99,95,45). Sum of RGB (Red+Green+Blue) = 99+95+45=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #635F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635F2D is #9CA0D2. Grayscale: #5A5A5A. Windows color (decimal): -10264787 or 2973539. OLE color: 2973539.

HSL color Cylindrical-coordinate representation of color #635F2D: hue angle of 55.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #635F2D is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB999545-
CMYK00.040.550.61
HSL55.56º37.5%28.24%-
HSV(B)55.56º54.55%38.82%-
XYZ9.7111.034.1-
YUV90.5102.33134.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.42%
GREEN value IS 95 (37.5% from 255) = 39.75%
BLUE value IS 45 (17.97% from 255) = 18.83%
R=41.42%
G=39.75%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99954500.040.550.6155.5637.528.24
Hex635F2D04373D38261c
Octal14313755046775704634
Binary11000111011111101101010011011111110111100010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,95,45); }

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

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

 a { background-color: rgb(99,95,45); }

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

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

 span { border-color: rgb(99,95,45); }

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