#635C0A

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

Shades of Costa Del Sol #635C0A

Tints of Costa Del Sol #635C0A

Color information

#635C0A (or 0x635C0A) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5C and 0A. RGB value is (99,92,10). Sum of RGB (Red+Green+Blue) = 99+92+10=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #635C0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635C0A is #9CA3F5. Grayscale: #555555. Windows color (decimal): -10265590 or 679011. OLE color: 679011.

HSL color Cylindrical-coordinate representation of color #635C0A: hue angle of 55.28º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #635C0A is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB999210-
CMYK00.070.900.61
HSL55.28º81.65%21.37%-
HSV(B)55.28º89.9%38.82%-
XYZ9.0310.331.81-
YUV84.7485.82138.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 92 (36.33% from 255) = 45.77%
BLUE value IS 10 (4.30% from 255) = 4.98%
R=49.25%
G=45.77%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99921000.070.900.6155.2881.6521.37
Hex635CA075A3D375215
Octal1431341207132756712225
Binary11000111011100101001111011010111101110111101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,92,10); }

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

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

 a { background-color: rgb(99,92,10); }

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

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

 span { border-color: rgb(99,92,10); }

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