#635D0C

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

Shades of Costa Del Sol #635D0C

Tints of Costa Del Sol #635D0C

Color information

#635D0C (or 0x635D0C) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5D and 0C. RGB value is (99,93,12). Sum of RGB (Red+Green+Blue) = 99+93+12=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #635D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635D0C is #9CA2F3. Grayscale: #555555. Windows color (decimal): -10265332 or 810339. OLE color: 810339.

HSL color Cylindrical-coordinate representation of color #635D0C: hue angle of 55.86º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #635D0C is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB999312-
CMYK00.060.880.61
HSL55.86º78.38%21.76%-
HSV(B)55.86º87.88%38.82%-
XYZ9.1310.511.9-
YUV85.5686.49137.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.53%
GREEN value IS 93 (36.72% from 255) = 45.59%
BLUE value IS 12 (5.08% from 255) = 5.88%
R=48.53%
G=45.59%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99931200.060.880.6155.8678.3821.76
Hex635DC06583D384e16
Octal1431351406130757011626
Binary11000111011101110001101011000111101111000100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,93,12); }

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

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

 a { background-color: rgb(99,93,12); }

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

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

 span { border-color: rgb(99,93,12); }

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