#635F14

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

Shades of Costa Del Sol #635F14

Tints of Costa Del Sol #635F14

Color information

#635F14 (or 0x635F14) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5F and 14. RGB value is (99,95,20). Sum of RGB (Red+Green+Blue) = 99+95+20=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 95 (37.5% from 255 or 44.39% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #635F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635F14 is #9CA0EB. Grayscale: #575757. Windows color (decimal): -10264812 or 1335139. OLE color: 1335139.

HSL color Cylindrical-coordinate representation of color #635F14: hue angle of 56.96º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #635F14 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB999520-
CMYK00.040.800.61
HSL56.96º66.39%23.33%-
HSV(B)56.96º79.8%38.82%-
XYZ9.3610.892.27-
YUV87.6589.83136.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.26%
GREEN value IS 95 (37.5% from 255) = 44.39%
BLUE value IS 20 (8.20% from 255) = 9.35%
R=46.26%
G=44.39%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99952000.040.800.6156.9666.3923.33
Hex635F1404503D394217
Octal1431372404120757110227
Binary110001110111111010001001010000111101111001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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