#635F0C

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

Shades of Costa Del Sol #635F0C

Tints of Costa Del Sol #635F0C

Color information

#635F0C (or 0x635F0C) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5F and 0C. RGB value is (99,95,12). Sum of RGB (Red+Green+Blue) = 99+95+12=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #635F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635F0C is #9CA0F3. Grayscale: #575757. Windows color (decimal): -10264820 or 810851. OLE color: 810851.

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

Color convert

RGB999512-
CMYK00.040.880.61
HSL57.24º78.38%21.76%-
HSV(B)57.24º87.88%38.82%-
XYZ9.310.861.95-
YUV86.7385.83136.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 95 (37.5% from 255) = 46.12%
BLUE value IS 12 (5.08% from 255) = 5.83%
R=48.06%
G=46.12%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99951200.040.880.6157.2478.3821.76
Hex635FC04583D394e16
Octal1431371404130757111626
Binary11000111011111110001001011000111101111001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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