#635A0C

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

Shades of Costa Del Sol #635A0C

Tints of Costa Del Sol #635A0C

Color information

#635A0C (or 0x635A0C) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5A and 0C. RGB value is (99,90,12). Sum of RGB (Red+Green+Blue) = 99+90+12=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #635A0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635A0C is #9CA5F3. Grayscale: #545454. Windows color (decimal): -10266100 or 809571. OLE color: 809571.

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

Color convert

RGB999012-
CMYK00.090.880.61
HSL53.79º78.38%21.76%-
HSV(B)53.79º87.88%38.82%-
XYZ8.879.991.81-
YUV83.887.48138.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 90 (35.55% from 255) = 44.78%
BLUE value IS 12 (5.08% from 255) = 5.97%
R=49.25%
G=44.78%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99901200.090.880.6153.7978.3821.76
Hex635AC09583D364e16
Octal14313214011130756611626
Binary110001110110101100010011011000111101110110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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