#635B10

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

Shades of Costa Del Sol #635B10

Tints of Costa Del Sol #635B10

Color information

#635B10 (or 0x635B10) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5B and 10. RGB value is (99,91,16). Sum of RGB (Red+Green+Blue) = 99+91+16=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #635B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635B10 is #9CA4EF. Grayscale: #555555. Windows color (decimal): -10265840 or 1071971. OLE color: 1071971.

HSL color Cylindrical-coordinate representation of color #635B10: hue angle of 54.22º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #635B10 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB999116-
CMYK00.080.840.61
HSL54.22º72.17%22.55%-
HSV(B)54.22º83.84%38.82%-
XYZ8.9810.171.98-
YUV84.8489.15138.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 91 (35.94% from 255) = 44.17%
BLUE value IS 16 (6.64% from 255) = 7.77%
R=48.06%
G=44.17%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99911600.080.840.6154.2272.1722.55
Hex635B1008543D364817
Octal14313320010124756611027
Binary1100011101101110000010001010100111101110110100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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