#635D14

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

Shades of Costa Del Sol #635D14

Tints of Costa Del Sol #635D14

Color information

#635D14 (or 0x635D14) is unknown color: approx Costa Del Sol. HEX triplet: 63, 5D and 14. RGB value is (99,93,20). Sum of RGB (Red+Green+Blue) = 99+93+20=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #635D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635D14 is #9CA2EB. Grayscale: #565656. Windows color (decimal): -10265324 or 1334627. OLE color: 1334627.

HSL color Cylindrical-coordinate representation of color #635D14: hue angle of 55.44º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #635D14 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.61.

Color convert

RGB999320-
CMYK00.060.800.61
HSL55.44º66.39%23.33%-
HSV(B)55.44º79.8%38.82%-
XYZ9.1910.532.21-
YUV86.4790.49136.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 93 (36.72% from 255) = 43.87%
BLUE value IS 20 (8.20% from 255) = 9.43%
R=46.70%
G=43.87%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99932000.060.800.6155.4466.3923.33
Hex635D1406503D374217
Octal1431352406120756710227
Binary110001110111011010001101010000111101110111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,93,20); }

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

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

 a { background-color: rgb(99,93,20); }

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

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

 span { border-color: rgb(99,93,20); }

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