#635D16

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

Shades of Costa Del Sol #635D16

Tints of Costa Del Sol #635D16

Color information

#635D16 (or 0x635D16) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5D and 16. RGB value is (99,93,22). Sum of RGB (Red+Green+Blue) = 99+93+22=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #635D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635D16 is #9CA2E9. Grayscale: #565656. Windows color (decimal): -10265322 or 1465699. OLE color: 1465699.

HSL color Cylindrical-coordinate representation of color #635D16: hue angle of 55.32º 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 #635D16 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB999322-
CMYK00.060.780.61
HSL55.32º63.64%23.73%-
HSV(B)55.32º77.78%38.82%-
XYZ9.210.542.31-
YUV86.791.49136.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.26%
GREEN value IS 93 (36.72% from 255) = 43.46%
BLUE value IS 22 (8.98% from 255) = 10.28%
R=46.26%
G=43.46%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99932200.060.780.6155.3263.6423.73
Hex635D16064E3D374018
Octal1431352606116756710030
Binary110001110111011011001101001110111101110111100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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