Html Css Color HEX #635A14 Costa Del Sol

📋 copy color: '#635A14'

red 99 ◦ green 90 ◦ blue 20

#635A14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Costa Del Sol #635A14

Tints of Costa Del Sol #635A14

RGB

 RED value IS 99 (39.06% from 255) = 47.37%

 GREEN value IS 90 (35.55% from 255) = 43.06%

 BLUE value IS 20 (8.2% from 255) = 9.57%

R = 47.37%
G = 43.06%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#635A14 (or 0x635A14) is known color: Costa Del Sol. HEX triplet: 63, 5A and 14. RGB value is (99,90,20). Sum of RGB (Red+Green+Blue) = 99+90+20=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #635A14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635A14 is #9CA5EB. Grayscale: #555555. Windows color (decimal): -10266092 or 1333859. OLE color: 1333859.

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

Color convert

RGB 99 90 20 -
CMYK 0 0.09 0.80 0.61
HSL 53.16º 0.66% 0.23% -
HSV(B) 53.16º 0.8% 0.39% -
XYZ 8.93 10.02 2.12 -
YUV 84.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 99 90 20 0 0.09 0.80 0.61 53.16 0.66 0.23
Hex 63 5A 14 0 9 50 3D 35 42 17
Octal 143 132 24 0 11 120 75 65 102 27
Binary 1100011 1011010 10100 0 1001 1010000 111101 110101 1000010 10111

Color Harmonies of #635A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635A14

Black with #635A14

Text Example


Text Example

White with #635A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #635A14;
 }
 .AnyTagClassName
 {
   color: #635A14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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