#636014

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

Shades of Costa Del Sol #636014

Tints of Costa Del Sol #636014

Color information

#636014 (or 0x636014) is unknown color: approx Costa Del Sol. HEX triplet: 63, 60 and 14. RGB value is (99,96,20). Sum of RGB (Red+Green+Blue) = 99+96+20=215 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.05% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 99 - color contains mainly: red. Hex color #636014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #636014 is #9C9FEB. Grayscale: #585858. Windows color (decimal): -10264556 or 1335395. OLE color: 1335395.

HSL color Cylindrical-coordinate representation of color #636014: hue angle of 57.72º 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 #636014 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB999620-
CMYK00.030.800.61
HSL57.72º66.39%23.33%-
HSV(B)57.72º79.8%38.82%-
XYZ9.4511.072.3-
YUV88.2389.49135.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.05%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 20 (8.20% from 255) = 9.30%
R=46.05%
G=44.65%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99962000.030.800.6157.7266.3923.33
Hex63601403503D3a4217
Octal1431402403120757210227
Binary11000111100000101000111010000111101111010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636014; }

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

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

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

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

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

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

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

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