#635A0E

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

Shades of Costa Del Sol #635A0E

Tints of Costa Del Sol #635A0E

Color information

#635A0E (or 0x635A0E) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5A and 0E. RGB value is (99,90,14). Sum of RGB (Red+Green+Blue) = 99+90+14=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #635A0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635A0E is #9CA5F1. Grayscale: #545454. Windows color (decimal): -10266098 or 940643. OLE color: 940643.

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

Color convert

RGB999014-
CMYK00.090.860.61
HSL53.65º75.22%22.16%-
HSV(B)53.65º85.86%38.82%-
XYZ8.88101.88-
YUV84.0388.48138.68-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.77%
GREEN value IS 90 (35.55% from 255) = 44.33%
BLUE value IS 14 (5.86% from 255) = 6.90%
R=48.77%
G=44.33%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99901400.090.860.6153.6575.2222.16
Hex635AE09563D364b16
Octal14313216011126756611326
Binary110001110110101110010011010110111101110110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,90,14); }

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

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

 a { background-color: rgb(99,90,14); }

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

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

 span { border-color: rgb(99,90,14); }

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