#635E12

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

Shades of Costa Del Sol #635E12

Tints of Costa Del Sol #635E12

Color information

#635E12 (or 0x635E12) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5E and 12. RGB value is (99,94,18). Sum of RGB (Red+Green+Blue) = 99+94+18=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 94 (37.11% from 255 or 44.55% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #635E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635E12 is #9CA1ED. Grayscale: #575757. Windows color (decimal): -10265070 or 1203811. OLE color: 1203811.

HSL color Cylindrical-coordinate representation of color #635E12: hue angle of 56.3º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #635E12 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB999418-
CMYK00.050.820.61
HSL56.3º69.23%22.94%-
HSV(B)56.3º81.82%38.82%-
XYZ9.2610.72.15-
YUV86.8389.16136.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.92%
GREEN value IS 94 (37.11% from 255) = 44.55%
BLUE value IS 18 (7.42% from 255) = 8.53%
R=46.92%
G=44.55%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99941800.050.820.6156.369.2322.94
Hex635E1205523D384517
Octal1431362205122757010527
Binary110001110111101001001011010010111101111000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,94,18); }

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

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

 a { background-color: rgb(99,94,18); }

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

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

 span { border-color: rgb(99,94,18); }

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