Html Css Color HEX #635E50 Makara

📋 copy color: '#635E50'

red 99 ◦ green 94 ◦ blue 80

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

Shades of Makara #635E50

Tints of Makara #635E50

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.43%

 BLUE value IS 80 (31.64% from 255) = 29.3%

R = 36.26%
G = 34.43%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#635E50 (or 0x635E50) is known color: Makara. HEX triplet: 63, 5E and 50. RGB value is (99,94,80). Sum of RGB (Red+Green+Blue) = 99+94+80=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #635E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635E50 is #9CA1AF. Grayscale: #5D5D5D. Windows color (decimal): -10265008 or 5267043. OLE color: 5267043.

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

Color convert

RGB 99 94 80 -
CMYK 0 0.05 0.19 0.61
HSL 44.21º 0.11% 0.35% -
HSV(B) 44.21º 0.19% 0.39% -
XYZ 10.6 11.24 9.2 -
YUV 93.9 120.16 131.64 -
System Red Green Blue C M Y K H S L
Decimal 99 94 80 0 0.05 0.19 0.61 44.21 0.11 0.35
Hex 63 5E 50 0 5 13 3D 2C B 23
Octal 143 136 120 0 5 23 75 54 13 43
Binary 1100011 1011110 1010000 0 101 10011 111101 101100 1011 100011

Color Harmonies of #635E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635E50

Black with #635E50

Text Example


Text Example

White with #635E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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