#635B12

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

Shades of Costa Del Sol #635B12

Tints of Costa Del Sol #635B12

Color information

#635B12 (or 0x635B12) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5B and 12. RGB value is (99,91,18). Sum of RGB (Red+Green+Blue) = 99+91+18=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 91 (35.94% from 255 or 43.75% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #635B12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635B12 is #9CA4ED. Grayscale: #555555. Windows color (decimal): -10265838 or 1203043. OLE color: 1203043.

HSL color Cylindrical-coordinate representation of color #635B12: hue angle of 54.07º 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 #635B12 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB999118-
CMYK00.080.820.61
HSL54.07º69.23%22.94%-
HSV(B)54.07º81.82%38.82%-
XYZ910.182.06-
YUV85.0790.15137.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 91 (35.94% from 255) = 43.75%
BLUE value IS 18 (7.42% from 255) = 8.65%
R=47.60%
G=43.75%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99911800.080.820.6154.0769.2322.94
Hex635B1208523D364517
Octal14313322010122756610527
Binary1100011101101110010010001010010111101110110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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