Html Css Color HEX #635B14 Costa Del Sol

📋 copy color: '#635B14'

red 99 ◦ green 91 ◦ blue 20

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

Shades of Costa Del Sol #635B14

Tints of Costa Del Sol #635B14

RGB

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

 GREEN value IS 91 (35.94% from 255) = 43.33%

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

R = 47.14%
G = 43.33%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#635B14 (or 0x635B14) is known color: Costa Del Sol. HEX triplet: 63, 5B and 14. RGB value is (99,91,20). Sum of RGB (Red+Green+Blue) = 99+91+20=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #635B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635B14 is #9CA4EB. Grayscale: #555555. Windows color (decimal): -10265836 or 1334115. OLE color: 1334115.

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

Color convert

RGB 99 91 20 -
CMYK 0 0.08 0.80 0.61
HSL 53.92º 0.66% 0.23% -
HSV(B) 53.92º 0.8% 0.39% -
XYZ 9.01 10.19 2.15 -
YUV 85.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 99 91 20 0 0.08 0.80 0.61 53.92 0.66 0.23
Hex 63 5B 14 0 8 50 3D 36 42 17
Octal 143 133 24 0 10 120 75 66 102 27
Binary 1100011 1011011 10100 0 1000 1010000 111101 110110 1000010 10111

Color Harmonies of #635B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635B14

Black with #635B14

Text Example


Text Example

White with #635B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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