#636214

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

Shades of Costa Del Sol #636214

Tints of Costa Del Sol #636214

Color information

#636214 (or 0x636214) is unknown color: approx Costa Del Sol. HEX triplet: 63, 62 and 14. RGB value is (99,98,20). Sum of RGB (Red+Green+Blue) = 99+98+20=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #636214 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #636214 is #9C9DEB. Grayscale: #595959. Windows color (decimal): -10264044 or 1335907. OLE color: 1335907.

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

Color convert

RGB999820-
CMYK00.010.800.61
HSL59.24º66.39%23.33%-
HSV(B)59.24º79.8%38.82%-
XYZ9.6411.442.36-
YUV89.4188.83134.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.62%
GREEN value IS 98 (38.67% from 255) = 45.16%
BLUE value IS 20 (8.20% from 255) = 9.22%
R=45.62%
G=45.16%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99982000.010.800.6159.2466.3923.33
Hex63621401503D3b4217
Octal1431422401120757310227
Binary1100011110001010100011010000111101111011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636214; }

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

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

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

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

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

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

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

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