#635C16

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

Shades of Costa Del Sol #635C16

Tints of Costa Del Sol #635C16

Color information

#635C16 (or 0x635C16) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5C and 16. RGB value is (99,92,22). Sum of RGB (Red+Green+Blue) = 99+92+22=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #635C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635C16 is #9CA3E9. Grayscale: #565656. Windows color (decimal): -10265578 or 1465443. OLE color: 1465443.

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

Color convert

RGB999222-
CMYK00.070.780.61
HSL54.55º63.64%23.73%-
HSV(B)54.55º77.78%38.82%-
XYZ9.1210.362.28-
YUV86.1191.82137.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.48%
GREEN value IS 92 (36.33% from 255) = 43.19%
BLUE value IS 22 (8.98% from 255) = 10.33%
R=46.48%
G=43.19%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99922200.070.780.6154.5563.6423.73
Hex635C16074E3D374018
Octal1431342607116756710030
Binary110001110111001011001111001110111101110111100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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