#635F0F

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

Shades of Costa Del Sol #635F0F

Tints of Costa Del Sol #635F0F

Color information

#635F0F (or 0x635F0F) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5F and 0F. RGB value is (99,95,15). Sum of RGB (Red+Green+Blue) = 99+95+15=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #635F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635F0F is #9CA0F0. Grayscale: #575757. Windows color (decimal): -10264817 or 1007459. OLE color: 1007459.

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

Color convert

RGB999515-
CMYK00.040.850.61
HSL57.14º73.68%22.35%-
HSV(B)57.14º84.85%38.82%-
XYZ9.3210.872.06-
YUV87.0887.33136.5-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.37%
GREEN value IS 95 (37.5% from 255) = 45.45%
BLUE value IS 15 (6.25% from 255) = 7.18%
R=47.37%
G=45.45%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99951500.040.850.6157.1473.6822.35
Hex635FF04553D394a16
Octal1431371704125757111226
Binary11000111011111111101001010101111101111001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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