#635E0D

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

Shades of Costa Del Sol #635E0D

Tints of Costa Del Sol #635E0D

Color information

#635E0D (or 0x635E0D) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5E and 0D. RGB value is (99,94,13). Sum of RGB (Red+Green+Blue) = 99+94+13=206 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.06% from 206); Green value is 94 (37.11% from 255 or 45.63% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 99 - color contains mainly: red. Hex color #635E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635E0D is #9CA1F2. Grayscale: #565656. Windows color (decimal): -10265075 or 876131. OLE color: 876131.

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

Color convert

RGB999413-
CMYK00.050.870.61
HSL56.51º76.79%21.96%-
HSV(B)56.51º86.87%38.82%-
XYZ9.2210.691.96-
YUV86.2686.66137.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.06%
GREEN value IS 94 (37.11% from 255) = 45.63%
BLUE value IS 13 (5.47% from 255) = 6.31%
R=48.06%
G=45.63%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99941300.050.870.6156.5176.7921.96
Hex635ED05573D394d16
Octal1431361505127757111526
Binary11000111011110110101011010111111101111001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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