#635E16

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

Shades of Costa Del Sol #635E16

Tints of Costa Del Sol #635E16

Color information

#635E16 (or 0x635E16) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5E and 16. RGB value is (99,94,22). Sum of RGB (Red+Green+Blue) = 99+94+22=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 94 (37.11% from 255 or 43.72% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #635E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635E16 is #9CA1E9. Grayscale: #575757. Windows color (decimal): -10265066 or 1465955. OLE color: 1465955.

HSL color Cylindrical-coordinate representation of color #635E16: hue angle of 56.1º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #635E16 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB999422-
CMYK00.050.780.61
HSL56.1º63.64%23.73%-
HSV(B)56.1º77.78%38.82%-
XYZ9.2910.722.34-
YUV87.2991.16136.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.05%
GREEN value IS 94 (37.11% from 255) = 43.72%
BLUE value IS 22 (8.98% from 255) = 10.23%
R=46.05%
G=43.72%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99942200.050.780.6156.163.6423.73
Hex635E16054E3D384018
Octal1431362605116757010030
Binary110001110111101011001011001110111101111000100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,94,22); }

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

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

 a { background-color: rgb(99,94,22); }

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

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

 span { border-color: rgb(99,94,22); }

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