Html Css Color HEX #635E55 Makara

📋 copy color: '#635E55'

red 99 ◦ green 94 ◦ blue 85

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

Shades of Makara #635E55

Tints of Makara #635E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.58%

R = 35.61%
G = 33.81%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#635E55 (or 0x635E55) is known color: Makara. HEX triplet: 63, 5E and 55. RGB value is (99,94,85). Sum of RGB (Red+Green+Blue) = 99+94+85=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 99 - color contains mainly: red. Hex color #635E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635E55 is #9CA1AA. Grayscale: #5E5E5E. Windows color (decimal): -10265003 or 5594723. OLE color: 5594723.

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

Color convert

RGB 99 94 85 -
CMYK 0 0.05 0.14 0.61
HSL 38.57º 0.08% 0.36% -
HSV(B) 38.57º 0.14% 0.39% -
XYZ 10.79 11.31 10.21 -
YUV 94.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 99 94 85 0 0.05 0.14 0.61 38.57 0.08 0.36
Hex 63 5E 55 0 5 E 3D 27 8 24
Octal 143 136 125 0 5 16 75 47 10 44
Binary 1100011 1011110 1010101 0 101 1110 111101 100111 1000 100100

Color Harmonies of #635E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635E55

Black with #635E55

Text Example


Text Example

White with #635E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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