#635f0a

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

Shades of Costa Del Sol #635F0A

Tints of Costa Del Sol #635F0A

Color information

#635F0A (or 0x635F0A) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5F and 0A. RGB value is (99,95,10). Sum of RGB (Red+Green+Blue) = 99+95+10=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #635F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635F0A is #9CA0F5. Grayscale: #565656. Windows color (decimal): -10264822 or 679779. OLE color: 679779.

HSL color Cylindrical-coordinate representation of color #635F0A: hue angle of 57.3º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #635F0A is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB999510-
CMYK00.040.900.61
HSL57.3º81.65%21.37%-
HSV(B)57.3º89.9%38.82%-
XYZ9.2910.861.89-
YUV86.5184.83136.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.53%
GREEN value IS 95 (37.5% from 255) = 46.57%
BLUE value IS 10 (4.30% from 255) = 4.90%
R=48.53%
G=46.57%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99951000.040.900.6157.381.6521.37
Hex635FA045A3D395215
Octal1431371204132757112225
Binary11000111011111101001001011010111101111001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635f0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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