#635D05

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

Shades of Costa Del Sol #635D05

Tints of Costa Del Sol #635D05

Color information

#635D05 (or 0x635D05) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5D and 05. RGB value is (99,93,5). Sum of RGB (Red+Green+Blue) = 99+93+5=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #635D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635D05 is #9CA2FA. Grayscale: #555555. Windows color (decimal): -10265339 or 351587. OLE color: 351587.

HSL color Cylindrical-coordinate representation of color #635D05: hue angle of 56.17º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #635D05 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB99935-
CMYK00.060.950.61
HSL56.17º90.38%20.39%-
HSV(B)56.17º94.95%38.82%-
XYZ9.0910.491.69-
YUV84.7682.99138.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 93 (36.72% from 255) = 47.21%
BLUE value IS 5 (2.34% from 255) = 2.54%
R=50.25%
G=47.21%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9993500.060.950.6156.1790.3820.39
Hex635D5065F3D385a14
Octal143135506137757013224
Binary1100011101110110101101011111111101111000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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