#635e0c

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

Shades of Costa Del Sol #635E0C

Tints of Costa Del Sol #635E0C

Color information

#635E0C (or 0x635E0C) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5E and 0C. RGB value is (99,94,12). Sum of RGB (Red+Green+Blue) = 99+94+12=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 94 (37.11% from 255 or 45.85% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #635E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635E0C is #9CA1F3. Grayscale: #565656. Windows color (decimal): -10265076 or 810595. OLE color: 810595.

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

Color convert

RGB999412-
CMYK00.050.880.61
HSL56.55º78.38%21.76%-
HSV(B)56.55º87.88%38.82%-
XYZ9.2110.681.92-
YUV86.1586.16137.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.29%
GREEN value IS 94 (37.11% from 255) = 45.85%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=48.29%
G=45.85%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99941200.050.880.6156.5578.3821.76
Hex635EC05583D394e16
Octal1431361405130757111626
Binary11000111011110110001011011000111101111001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635e0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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